AncientTiger
Programmer
How do you gather form results using CLIENT side VBscript???
I've tried everything I know, request.form("somevar", request.querystring("somevar", even just request("somevar".... I keep getting errors on the request object. Is there a different object to use in the client side environment other than REQUEST?
I'll probably also need advice on how to gather the url field contents. I know in server side script it's request.querystring("somevar", but that ain't workin' in client side.....
Thanks!!
AT
I've tried everything I know, request.form("somevar", request.querystring("somevar", even just request("somevar".... I keep getting errors on the request object. Is there a different object to use in the client side environment other than REQUEST?
I'll probably also need advice on how to gather the url field contents. I know in server side script it's request.querystring("somevar", but that ain't workin' in client side.....
Thanks!!
AT