Hello, again
have two .asp pages.
one client-script and one server-script.
I send session variables to a server-script for
validation, if there is an error, the user is
brought back to page one with all correctly filled
out data retained.
Now, the session variables are working, but the
<INPUT TYPE="RESET"...and so on...> Button-function
doesn't work. So do I need to put a session.abandon
or something like that somewhere. I think maybe the
server keeps submitting the values continously
to the client-script and maybe because of this the
the RESET is not working.
How do I get around this ?
IL
have two .asp pages.
one client-script and one server-script.
I send session variables to a server-script for
validation, if there is an error, the user is
brought back to page one with all correctly filled
out data retained.
Now, the session variables are working, but the
<INPUT TYPE="RESET"...and so on...> Button-function
doesn't work. So do I need to put a session.abandon
or something like that somewhere. I think maybe the
server keeps submitting the values continously
to the client-script and maybe because of this the
the RESET is not working.
How do I get around this ?
IL