jimr451
03-29-2004, 08:57 AM
Hi,
I've searched high and low, and no luck on this one. I was thinking it'd be simple, but nothing I've tried seems to work.
Here it is:
I'm modifying a vbscript (written by someone else) and for a change I need to make, it would be extremely helpful if I could change a value in the "request.form" collection.
So, I get a value "x" from the form, stored like so:
request.form("x")
I'd like to set that to a different value, based on some logic in the script, since the collection is used later to build a SQL query. So I'd like to do something like:
request.form("x") = "Hello"
But so far, the syntax eludes me. Can someone help?
Thanks,
-Jim
I've searched high and low, and no luck on this one. I was thinking it'd be simple, but nothing I've tried seems to work.
Here it is:
I'm modifying a vbscript (written by someone else) and for a change I need to make, it would be extremely helpful if I could change a value in the "request.form" collection.
So, I get a value "x" from the form, stored like so:
request.form("x")
I'd like to set that to a different value, based on some logic in the script, since the collection is used later to build a SQL query. So I'd like to do something like:
request.form("x") = "Hello"
But so far, the syntax eludes me. Can someone help?
Thanks,
-Jim