go back to a page retaining the previous values
Posted: Fri Feb 03, 2006 10:40 am
Hey!
I was creating a form when it does the some database validation i want do display a back button.
The ideia was to mantain all the values previous filled. I thought this would work if i just did the following:
the thing is that this doesnt solve my problem i manage to get back to the previous web page but with all forms in blank
anyone knows how to solve this?
Thanks
I was creating a form when it does the some database validation i want do display a back button.
The ideia was to mantain all the values previous filled. I thought this would work if i just did the following:
Code: Select all
<form>
<input type="BUTTON" name=" back" value="back" onclick="javascript:history.back()">
</form>anyone knows how to solve this?
Thanks