[thelist] ASP request.querystring(*) ?

Chris Blessing webguy at mail.rit.edu
Wed Apr 10 10:13:01 CDT 2002


You sure can... just use this:

Request.ServerVariables("QUERY_STRING")

HTH!

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net


> Is there a way that I can capture and dissect the request.querystring (
> anything and everything)?
>
> I'm using a complicated form in ASP with checkboxes that have ambiguous
> names. Meaning you don't know what they are nor do I care to know
> what they
> are, but still want to look at them. There is a pattern however
> text=on&moretext=on&stillmoretext=on.
>
> I want to basically grab everything between the & sign and the = sign.



More information about the thelist mailing list