Back and Forward buttons
<form>
<input TYPE=”button” VALUE=” BACK ” onClick=”history.go(-1)”>
<input TYPE=”button” VALUE=”FORWARD” onCLick=”history.go(1)”>
</form>
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
Tags: history.go
