CodingForums.com
>
:: Client side development
>
HTML & CSS
> link
PDA
View Full Version :
link
Aymen++
03-01-2003, 11:44 AM
I want to make a link to the previous page like the back button on the tool bar of the browser...
Like:
Click here to go back
Eddyd84
03-01-2003, 11:58 AM
Link :
<a href="#" onClick="history.go(-1)">Back</a>
or button:
<input type=button value="Back" onClick="history.go(-1)">
:thumbsup:
I hope this helps.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.