TOC PREV NEXT INDEX

domref



window.unescape()


Unencodes a value that has been encoded in hexadecimal (e.g., a cookie).

Syntax

window.escape(sValue)
 

Parameters

sValue is an encoded string.

Example

cookieValuePlain = unescape( cookieValue );
 

Notes

See also window.escape().

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX