Forum Moderators: open

Message Too Old, No Replies

How do I make a back button

Need help making a back button

         

amythepoet

3:22 pm on Oct 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello,

I think I need a back button on my site. How do I make one please?

Thank you

-a-

netguy

3:27 pm on Oct 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




Is this what you are looking for?

<a href="javascript:history.back()">Back</a>

OR

<a href="previouspage.html">Back</a>

[or use an image in place of the 'Back' text.]

amythepoet

3:33 pm on Oct 26, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That looks fine, I'll give it a go, thanks!

-a-