Forum Moderators: open

Message Too Old, No Replies

Code to "go back"

         

myrrh

9:49 pm on Jul 13, 2006 (gmt 0)

10+ Year Member



What is the HTML for creating a link that is the equivalent of the browser's back button? I did a search here and only came up with the code for the button. I want to make mine just like a hyperlink.

The_Hat

9:56 pm on Jul 13, 2006 (gmt 0)

10+ Year Member



A little bit of javascript will do it..

<a href="javascript:history.go(-1)" onMouseOver="self.status=document.referrer;return true">Go Back</a>