Home | History | Annotate | Download | only in redirectHistory
      1 <html>
      2 <head>
      3 <title>Redirect 3</title>
      4 <script>
      5 window.setTimeout("window.history.back()", 1000);
      6 </script>
      7 </head>
      8 <body>
      9 <p>Going back...</p>
     10 </body>
     11 </html>
     12