Results 1 to 2 of 2

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

  1. #1
    umangagarwal is offline Private
    Join Date
    Dec 2007
    Posts
    2

    Default 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. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default 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!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49