Results 1 to 4 of 4

Thread: How can you make a page appear temporarily ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213
    I have just finished developing an intranet site. However, before the homepage is displayed I want another page to appear for approx 10 seconds and then disappear.

    I want this to happen automatically so that I don't have to click on the first page to get to my homepage.

    How can I achieve this ?


  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    put this in your front page header

    Code:
    <meta http-equiv="Refresh" content="10; URL=MyHomePage.html">
    the CONTENT is the number of seconds to wait before navigating to the URL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213
    That's Excellent. Thanks for your help Clunietp !

    nmretd.

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Wink

    you got it

Posting Permissions

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



Click Here to Expand Forum to Full Width