Easy Navigate
This is an easy way to allow your visitors to
navigate through their browser's history.
Insert this code in your document:
<form name="navigate"> <input type="button" VALUE="back" onClick="history.back()"> <input type="button" VALUE="forward" onCLick="history.forward()"> </form>