1 2 3 4 5 6 7 8 9 10 11
<html> <head> <title>history.go(0)</title> <script> setTimeout('history.go(0)', 1000); </script> </head> <body> Testing history.go(0) </body> </html>