Meta Refresh/Redirect
Go to www.cgiscript.net for more free tools!

Description:
If your page has moved, or you have a need to redirect your visitors automatically, you can use a meta refresh to send them to the page of your choice.
Directions:
Add the refresh tag before your title tag but after the opening <HEAD> tag. Use the 'Grab Text' buttons to select the code within the adjacent textarea. Then use Control-C or Edit -> Copy to buffer the text for pasting into your document. Change the number 2 to reflect the number of seconds you want it to wait before redirecting. Set to 0 (zero) if you want the redirect to happen immediately. Then adjust the URL to match the address you want the page redirected to.

The content=" " command does two things, it tells the browser how many seconds to wait before executing the refresh then what url it should be redirected to.

See the script in action HERE »

Then use Control-C to copy the text into your web page.