[intro]     [up]

Class QueryStringMap

Extends Class: StringMap

A StringMap used to get values from the location query string.

Example
var map = new QueryStringMap(top.frames["menuFrame"].location);
alert(map.getPairs());


Constructor Arguments
Name Type Default Description
location Location self.location The location where to read the QueryString

Properties
location The location where to read the QueryString



Properties
location
The location where to read the QueryString