Guest_imported
New member
- Jan 1, 1970
- 0
I have the following code where I go to the same page either through the submit button or through a link. But When I go to the other page using the submit button then there is no problem using the form variables as
Request.form("QS"
here is the small code:
<INPUT TYPE=hidden NAME='qs' VALUE="something">
<A href="y.asp">Click Here</A>
<INPUT id=submit1 type=submit value=Submit name=submit1>
but when I access the other page through the link and try to get the values as Request.Form("QS" then it does not show any values. How can I access the values if I go through a link.
Thanks
Request.form("QS"
here is the small code:
<INPUT TYPE=hidden NAME='qs' VALUE="something">
<A href="y.asp">Click Here</A>
<INPUT id=submit1 type=submit value=Submit name=submit1>
but when I access the other page through the link and try to get the values as Request.Form("QS" then it does not show any values. How can I access the values if I go through a link.
Thanks