"The code creates a queryStringValues array under “document” to hold the values of the querystring – which is accessed by the key value. The actual functionality comes through calling “document.queryString(’somekey’)”. This procedure checks to see if queryStringValues has been loaded. If not the array is loaded up. Then the code checks queryStringValues to find the value based on the key given. If the value is not found a null value is returned."
"The code creates a queryStringValues array under “document” to hold the values of the querystring – which is accessed by the key value. The actual functionality comes through calling “document.queryString(’somekey’)”. This procedure checks to see if queryStringValues has been loaded. If not the array is loaded up. Then the code checks queryStringValues to find the value based on the key given. If the value is not found a null value is returned."

Starred by:
miketaylr
1 comment