PDA

View Full Version : java back button


Amex
05-29-2003, 07:22 AM
Hey Yall,

Im new to this forum I just found it, I was active on tips-tricks.com forum but you know how webmasters are, fickle.

I'm a webmaster and am working on 2 sites right now but ran into a problem I seemed to have miss placed my code on back.

Like if I click back it will take me to the previus page well I need a link that can do that? any help

glenngv
05-29-2003, 07:33 AM
<a href="javascript:history.back()">Back</a>

Amex
05-29-2003, 08:13 AM
Now I look like the idot I realy am :(

But thanks any way :)