[thelist] ASP request.querystring(*) ?

Rob Smith rob.smith at thermon.com
Wed Apr 10 10:47:01 CDT 2002


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]

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?

- E
--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !



More information about the thelist mailing list