'escape()' Example : escape « Javascript Methods « JavaScript Reference

'escape()' Example

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

    
      
      

Related examples in the same category

1.'escape()' Syntax, Parameters and Note