'escape()' Syntax, Parameters and Note : escape « Javascript Methods « JavaScript Reference

'escape()' Syntax, Parameters and Note

Note:

URL-encodes the specified string.
    
Syntax:
    
escape(param1)


Parameters:
    param1   Required; the string to URL-encode.

    

      
      








Related examples in the same category

1.'escape()' Example