History Codes
1 This is the code if you want the person to go to the previous page they were at:
<a href="javascript:history.back(-2)">back</a>
2 To go forward, use the following:
<a href="javascript:history.forward(-2)">forward</a>
<a href="javascript:history.back(-2)">back</a>
2 To go forward, use the following:
<a href="javascript:history.forward(-2)">forward</a>









