Javascript redirect


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <html>
  2. <head><meta http-equiv="Content-Language" content="en-us"><title>Redirecting now</title></head>
  3. <body>
  4. <SCRIPT language="JavaScript">
  5. <!--
  6. {
  7. window.location="http://www.newURL";
  8. }
  9. //-->
  10. </SCRIPT>
  11.  
  12. </body>
  13.  
  14. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.