View Single Post
  #2 (permalink)  
Old 11-18-05, 02:17 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
The "5" is the time in seconds it wil take till the browser redirects, and "the_other_page.htm" is the page where the brower will redirect to!
(You can change these values of course)

Code:
<meta http-equiv="refresh" content="5;URL=the_other_page.htm">
Reply With Quote