Shoutbox

Go back to previous page link - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Go back to previous page link (/showthread.php?tid=37612)

Go back to previous page link by Jimcando on 01-28-2005 at 07:39 PM

I want to put a 'Go Back To Previous Page' link on my website, but I can't seem to make it work. Do you know any code that may help me?


RE: Go back to previous page link by Eljay on 01-28-2005 at 07:42 PM

<a href="javascript:history.go(-1)">Go Back To Previous Page</a>

:)


RE: Go back to previous page link by Jimcando on 01-28-2005 at 08:30 PM

thanks, will try now