johnaregan
Programmer
- Mar 13, 2001
- 87
Hi
I have a page which uses Request.Form to get a variable from a previous page. Is there any way of sending a variable to this page using server side scripting only and no html, using maybe Response.Redirect
I know that I could use something like
Reponse.Redirect(" and extract the variable from the query string but I would like to be able to send form variables instead if this is possible.
thx in advance
I have a page which uses Request.Form to get a variable from a previous page. Is there any way of sending a variable to this page using server side scripting only and no html, using maybe Response.Redirect
I know that I could use something like
Reponse.Redirect(" and extract the variable from the query string but I would like to be able to send form variables instead if this is possible.
thx in advance