Title: Refresh/Redirect
URL: http://www.activejump.com/o-6.shtml
Email: webmaster@activejump.com

Introduction

The refresh/redirect meta tag is different from other meta tags in that it does not give search engines any information. Instead, its purpose is to redirect the visitor to a new web site after a certain amount of time.
Author Meta Tag
The refresh/redirect meta tag looks like

<META HTTP-EQUIV="refresh" content="X;URL=internet_address">

X is replaced with the number of seconds you want the page to display until it goes to the new URL. Internet_address is replaced with the URL of the web site you want to link to.

index.html - Notepad
....<HEAD>

<META HTTP-EQUIV="refresh" content="5;URL=http://www.activejump.com">

</HEAD>....