String escape : String : Data Type JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Data Type » String »

 

String escape



    
<html>
<body>
<button onclick="alert(escape('Hello World!'));">
Escape function: escape('Hello World!')
</button>

<button onclick="alert(unescape('Hello%20World%21'));">
Unescape function: unescape('Hello%20World%21')
</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