CodingForums.com
>
:: Client side development
>
General web building
> "Back" Button
PDA
View Full Version :
"Back" Button
peterbarna
05-28-2003, 04:51 PM
Can anybody tell me the html code of a "back" link / button?
Thanks
ionsurge
05-28-2003, 05:00 PM
<a href="javascript:history.go(-1)">Back</a>
Replace the - with a + to make it go forward.
peterbarna
05-28-2003, 05:04 PM
Thank you.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.