TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX