<!-- ONE STEP TO INSTALL BACKWARD-FORWARD:
1. Copy the coding into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the BODY of your HTML document -->
<div align="center">
<!-- This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Lee Underwood -->
<form>
<input type="button" value="Back" onclick="history.back()">
<input type="button" value="Forward" onclick="history.forward()">
</form>
</div>
<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>
<!-- Script Size: 0.60 KB -->
|