/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<html> <head><meta http-equiv="Content-Language" content="en-us"><title>Redirecting now</title></head> <body> <SCRIPT language="JavaScript"> <!-- { window.location="http://www.newURL"; } //--> </SCRIPT> </body> </html>