| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
GLM.String.getQueryString( parameterName )
Method for returning the querystring value corresponding to the specified parameter name.
Parameters:
parameterName - The parameter to return the value of.
Returns:
The querystring value of the specified parameterName
Example:
var s = new GLM.String(document.location.search);
var sValue = s.getQueryString("param1");
| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |