View Full Version : going back


cjay99
08-10-2002, 11:28 PM
what is the code that people can press and it attomatically takes them back to where they were without having to put in the page URL?

Karen_
08-10-2002, 11:31 PM
<a href="javascript:history.go(-1)">Back</a>
I think :P

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

cjay99
08-10-2002, 11:32 PM
thanks!

AngeLofPeAcE
06-28-2003, 09:32 PM
how would you give it a font a size and a color??? anyone knnow?