BounceFish 

Website Solutions
Search
      home solutions clients resources faqs contact us  
  See our portfolio under the solutions section.

Resources - For Developers

Back to Resources For Developers Homepage

It's easy to redirect a page or site, if it has moved, by using some of the following methods:

Using JavaScript (click for example)
The number after the URL, represents the delay in milliseconds. 0 = no delay or 5000 = 5 second delay

<SCRIPT language="JavaScript">
<!--
setTimeout("top.location.href = 'http://www.bellsouth.com/'",0);
// -->
</SCRIPT>

Using META Tags (click for example)
The number between "content" and "url" is the delay in seconds. 0 = no delay or 10 = 10 seconds delay, etc.

<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://www.microsoft.com">

 

Copyright © 2003-2012. BounceFish Web Design. All rights reserved.