How do I create a form that allows one to submit a form, then press
the
"BACK" button on the browser, and allow the user to see the data he
posted?
It seems as though this information is lost. For instance,
<form method="get" action="/contact/default.asp" name="ContactFo rm">
....
</form>
for instance, leaving a feedback at
and pressing the back button on the browser wipes out all feedback
fields I just entered...help!
thanks
the
"BACK" button on the browser, and allow the user to see the data he
posted?
It seems as though this information is lost. For instance,
<form method="get" action="/contact/default.asp" name="ContactFo rm">
....
</form>
for instance, leaving a feedback at
and pressing the back button on the browser wipes out all feedback
fields I just entered...help!
thanks
Comment