Auto-redirect Using Meta Refresh Tag

From ClubsWiki
Jump to: navigation, search

You 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://www.clubs.uci.edu/applyrenew/">

<TITLE>UCI CORE Accounts application 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.

Personal tools