<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>