The code below generates a link that when clicking it, has the same effect as clicking the back button in the web browse.
<a href="#" onclick="history.go(-1);return false;">hier</a> From dePoPo.net
<a href="#" onclick="history.go(-1);return false;">hier</a>