Javascript Redirect


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



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.