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