Place this code on a webpage and when someone clicks it they will be returned to the page they were at before this page.
Code:
<a href="javascript: history.back(-2)">Back</a>
<a href="javascript: history.back(-2)">Back</a>

