Guest_imported
New member
- Jan 1, 1970
- 0
Hey,
I have a little problem. I'm trying to get items from a query string (simple enough) using a request object. ie:
//myServer/asp/aspage.asp?value=1
Request.QueryString ("value", it returns 1. The answer that I would expect. If I use the Request object ie:
Request("value" it doesn't seem to find it, returns undefined.
Has anyone else seen this inconsistency? Or I'm hallucinating again.