'unescape()' Example : String : Data Type JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Data Type » String »

 

'unescape()' Example



    
<html>
<body>
<button onclick="alert(escape('www.navioo.com'));">Escape function</button>
<button onclick="alert(unescape('www.navioo.com%20www.navioo.com%21'));">Unescape function</button>
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Data Type
» String