Results 1 to 3 of 3

Thread: Redirecting to a website?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    313

    Question

    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?

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width