Path = Home : Webmaster Resources : Javascript Tips > Previous Page
Button:
<form>
<input type="button" value="Back to Previous Page"
onClick="javascript: history.go(-1)">
</form>
Link:
<a href="javascript: history.go(-1)">Back</a>
Place either code where you would like the button or link to appear.