Go back button in a page
javascript
Solution
Here is the code
<input type="button" value="Back" onclick="window.history.back()" />
Problem
Possible Duplicate: Go Back to Previous Page get back to previous page How to get the previous page in javascript coding. Go to the previous page when click that back button.