Search this site!

Return to the CSB Support home page
Redirect Web Page
Description:
Here's how to have one web page automatically "call" or go to another web page.
How to use:
1. Simply copy and paste the code (provided at the end of the page)  onto your page, using Insert HTML or Build your own web gem.

2. Edit the number in the script (3) to indicate how many seconds to wait until actually redirecting the visitor to the new page. Set it to zero if you want no delay.

3. Edit the URL to point to the page the visitor should be redirected to.

Example:
Code:
<meta HTTP-EQUIV="Refresh" CONTENT="3;url=http://www.mysite.com/id5.htm">
Download the code
right click on link, then click on 'Save target (or frame) as'
Other information:

Source code:
<head>
<meta HTTP-EQUIV="Refresh" CONTENT="3;url=http://www.mysite.com/id5.htm">
</head>