PDA

Click to See Complete Forum and Search --> : Redirecting to a website?


deoblo1
Sep 24th, 2000, 10:07 PM
Say someone goes to my website, how can i redirect them to a different site? like say my site is under construction, so i want to point it to a back up?

monte96
Sep 24th, 2000, 11:28 PM
This will also break out of any frames that are active as well:


<SCRIPT language="Javascript">
window.parent.parent.location.href='http://www.wherever.com';
</SCRIPT>

Sep 25th, 2000, 06:19 AM
This will also work:

<META Http-equiv="refresh" Content="3; Url=http://forums.vb-world.net">