Webii.net Logo
Web Hosting E-commerce Domain Name Registration Design and Development Dedicated Servers
Support
The help you need... Right now!

 

Technical FAQ

How can I automatically redirect a visitor from one page to another page in my site?

You may have seen web pages that display a message such as "This page has moved, please wait while you are redirected to the new page." Within a few seconds, your browser automatically displays the new page. This effect can be created using the "meta refresh" tag.

To duplicate this type of redirection, you simply need to include a refresh tag in the header of your HTML code. An example of a refresh tag looks like this:

<META HTTP-EQUIV="refresh" CONTENT="5;URL=http://www.yoursite.com/page.html">

The "5" in the tag indicates the number of seconds the page will delay before it automatically redirects you to the new page. This number can be adjusted to a longer or shorter time limit. Providing a longer delay time will allow visitors to read a message shown on the page before their browser refreshes.

The URL indicated represents the location of the page you want the visitor to be directed to (the new page). This can be a URL in your own web site, or it can be the URL of a different web site.


Back to Technical FAQ


Copyright (C) Webii.net / WebXess, Inc. Est. 1996.