queryString
Returns the part of the query's URL which matches the parameters.
queryString
Remarks
Example:
The queryString of the following URL:
http://neolane.com/nms/test.jst?id=1234¶m=dummy#aFragment
returns the following string:
id=1234¶m=dummy
Features

