[thelist] ASP request.querystring(*) ?

Means, Eric D eric.d.means at boeing.com
Wed Apr 10 10:54:01 CDT 2002


"item" is a variable.  It will be dynamically filled in by the For...Each.
You can submit anything you want (via a querystring) to the code given and
it will always print out every variable name and value; you don't have to
know what "item" will be beforehand at all.

-----Original Message-----
From: Rob Smith [mailto:rob.smith at thermon.com]
Sent: Wednesday, April 10, 2002 10:46 AM
To: 'thelist at lists.evolt.org'
Subject: RE: [thelist] ASP request.querystring(*) ?


[snip]

Sort of. Getting the "item" for the query string is the tricky part. Like I
said, the name of the item always changes.


For each item in Request.QueryString
	Response.Write item & ": " & Request.QueryString(item) & "<br>"
Next

Also works with Request.Form... is that what you need?

[snip]



More information about the thelist mailing list