<form><input type="button" value="Back" onClick="history.go(-1);return true;"></form>
The -1 indicates to go back a single page.
<form><input type="button" value="Back" onClick="history.go(-1);return true;"></form>
The -1 indicates to go back a single page.