Announcement

Collapse
No announcement yet.

i want to time my my welcome page, can any one help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • i want to time my my welcome page, can any one help

    Hi, i want to time my welcome page in such a way that it redirects my welcome page to my home page within 3 secs, can any one help.
    thank you

  • #2
    Re: i want to time my my welcome page, can any one help

    Yes- that is called a splash page. So you would create that first welcome page and name it index. Then you would go to page properties, page html and then click on Between Head tab and insert the following line;

    <meta http-equiv="refresh" content="2;url=http://yourdomain.com/main_page.html">

    Change the blue number to reflect how long you want to wait until they are re-directed and change the other blue part to reflect your website and the page you want them to go to.

    Cheers-

    Andy
    PHP- is a blast!

    Comment

    Working...
    X