show / hide menu

QueryString

This function gets the collection of HTTP query string variables.

Syntax:

QueryString(QueryString)

The query string should be specified as the argument.

Example:

Querystring =http://www.claysys.com/app/mytestapp.default.aspx?name=brain
QueryString( “name”)

The function will return the value “brain”.