Codebank - JavaScripts - Forward Button
This script allows the user to move forward a set number of pages through their history by clicking a link on the webpage instead of clicking the "forward" button of their browser
<a href="javascript:history.forward()">Forward</A>
To change the number of pages that the link moves forward by:
<a href="javascript:history.back(2)">Forward</A>
Example:
forward
|