I would like my Home page to appear for 5 seconds and then go to another page after the 5 seconds expire. How might I accomplish this?
Automatically Junp to Another Page
Collapse
X
-
Re: Automatically Junp to Another Page
On the index page go to page properties and then page html. In there, click on between head tag. In the space provided- cut and paste the following:
<meta http-equiv="refresh"content="5;url=http://www.your_page_here.html">
changing the your_page_here to the page you desire to have them re-directed to.
Cheers-
Andy
PHP- is a blast!
-
Comment