If you want a link use this instead of the address:
Code:
<a href="javascript:history.go(-1)">Back</a>
If you want a back button use this:
Code:
<form>
<input type="button" value="Go Back"
onclick="history.back(-1)">
</form>