Javascript Globals reference.

Javascript build-in global object reference.

Global Methods:

Syntax: decodeURI(URI)
Decodes a URI which has been encoded with encodeURI.

Is primarily intended for use with query string that is added to a Web address to make sure it is not misinterpreted as some of the other parts of the address.

Return value: A decoded string
URI: URI string to be decoded.
An example of using the decodeURI() :

Global Properties:

Infinity : A numeric value that represents positive infinity.
NaN : The not-a-number value.
undefined : The undefined value. Appear for a variable that has been declared but never had a value assigned to it or any value type that does not exist.

Global Objects:


© 2010 by Finnesand Data. All rights reserved.
This site aims to provide FREE programming training and technics.
Finnesand Data as site owner gives no warranty for the correctness in the pages or source codes.
The risk of using this web-site pages or any program codes from this website is entirely at the individual user.