|
-
Sep 24th, 2000, 10:07 PM
#1
Thread Starter
Hyperactive Member
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?
-
Sep 24th, 2000, 11:28 PM
#2
Frenzied Member
This will also break out of any frames that are active as well:
Code:
<SCRIPT language="Javascript">
window.parent.parent.location.href='http://www.wherever.com';
</SCRIPT>
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Sep 25th, 2000, 06:19 AM
#3
This will also work:
Code:
<META Http-equiv="refresh" Content="3; Url=http://forums.vb-world.net">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|