Click to See Complete Forum and Search --> : Form forgets values after POST


cusimar9
06-16-2005, 03:09 PM
I have a form that forgets its values when the user presses the 'submit' button

As the form is one where the user should be able to just alter his values and resubmit, this isn't ideal!

This is the layout of my page:

<form name="form1" method='post'>
blah blah
</form>

<%
If request.form("submit") = "search" then
do some stuff
%>

Any ideas please?

cusimar9
06-16-2005, 03:20 PM
Done it, used session variables instead lol