Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES

GLM.String.removeQueryString( parameterName )

GLM.String.removeQueryString( parameterName )

Method for removing a querystring parameter.

Parameters:

parameterName - The parameter name to remove.

Returns:

The querystring with the removed values

Example:

var s = new GLM.String(document.location.search);
var sUrl = s.removeQueryString("param1");



Overview | IndexGodLikeMouse JavaScript Framework
FRAMES | NO FRAMES