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?
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?
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!
There are currently 1 users browsing this thread. (0 members and 1 guests)