[thelist] ASP request.querystring(*) ?

Eric Engelmann eric.engelmann at geonetric.com
Wed Apr 10 10:43:01 CDT 2002


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



More information about the thelist mailing list