window.escape()
Syntax
sEscaped = window.escape(sRegular)Parameters
sEscaped is the endoded string.
Example
Notes
The escape() method converts special characters (any characters that are not regular text or numbers) into hexadecimal characters, which is especially necessary for setting the values of cookies.
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |