topical media & game development

talk show tell print

professional-javascript-05-LocationReplaceExample.htm / htm



  <html>
      <head>
          <title>You won't be able to get back here</title>
      </head>
      <body>
          <p>Enjoy this page for a second, because you won't be coming back here.</p>
          <script type="text/javascript">
              setTimeout(function () {
                  location.replace("http://www.wrox.com/");
              }, 1000);
          </script>
      </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.