PDA

View Full Version : Meta Refresh?



EL_Tee
August 23rd, 2001, 22:13
Does anyone know how to like make the index page of a site actually goto another page on pageload? Like when you go to www.thissite.com it goes to thissite.com/thispage.html. Whats the code?

Bruce
August 23rd, 2001, 22:16
<META HTTP-EQUIV="refresh"
content="0; URL=http://the URL of the second page">