Javascript BACK link

Posted in: Javascript
By dePoPo
Mar 25, 2009 - 2:48:15 PM


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> 


Visitor Comments