This is a good script to have on you page if you have more than one
page linked to the specific page. For example, say you go to my
Calvin and Hobbes Tribute Page, you can go
to Character Profile: Calvin from a number of pages. If I put
a "Back" button on the page, you would go to the page you clicked to
go to Character Profile: Calvin. As far as "Forward", that
only works if you've gone to a page, then came back using the back
button on your browser or using the "Back" button on another page.
The source...
<form>
<!--Please keep the line after this on.-->
<!--Made by Nicolas - http://www.javascript-page.com-->
<input type="button" value="Go Back One Page" onclick="history.back();">
<br>
<br>
<input type="button" value="Go Forward One Page" onclick="history.forward();">
</form>
Main Page