history back
<html> <head> <script language="JavaScript"> function function1(){ history.back(1); } </script></head> <body> <input id="myButton" type="button" onclick="function1();" value="Go back 1 step in the history list"> </body> </html>
1. | History.go(-2) | ||
2. | Hsitory.forward() | ||
3. | History length | ||
4. | A Browser History Count | ||
5. | Navigating to an Item in History |