<FORM ACTION="page2.asp" METHOD="POST">
<INPUT TYPE="HIDDEN" NAME="var1" VALUE="some text here"></INPUT>
<INPUT TYPE="SUBMIT" VALUE="Click to go to Page 2"></INPUT>
</FORM>
and Page2.asp would look like...
Code:
<%
Dim variable1
variable1 = Request.Form("var1")
%>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.