Auto-redirect Using Meta Refresh TagYou can easily make a web page that will re-direct or transfer visitors to another web page or site after a pause. The length of the pause is up to you. The whole thing is just one line...
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="7; URL=http://spirit.dos.uci.edu/spirit/index.html">
<TITLE>UCI Spirit Accounts splash page</TITLE>
</HEAD>
</HTML>
The CONTENT number is approximately how many seconds to pause before jumping to another web site or page. The URL is just the web address you want them to be transferred to. Just make sure to insert this line of code somewhere in between the <HEAD> </HEAD> tags.
CONTRIBUTED FOR CLUBS & ORGANIZATIONS AT UCI BY
A. Roque, Anthropology Club, 1999