Rate this script:  I Love it  /   I Hate it

Back and Forward Links in History


Code


<form>
<input type="button" value="Back" onclick="history.back()">
<input type="button" value="Forward" onclick="history.forward()">
<input type="button" value="Reload" onclick="location.reload()">
</form>

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

 

 
Back and Forward Links in History scripts | Back and Forward Links in History snippet | Back and Forward Links in History example | Back and Forward Links in History tutorial | Back and Forward Links in History code