JavaScript Global method: unescape()
[this page | pdf | back links]
The JavaScript
Global
unescape() method inverts the
outcome of encoding a string using encodeURI.
It is depreciated, and decodeURI
or decodeURIComponent
should be used instead.
It
has the following syntax with the following parameters:
unescape(encodedURI)
|
Parameter
|
Required / Optional
|
Description
|
|
encodedURI
|
Required
|
String representing an
encoded URI
|
More details on URI
encoding is given here.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)