PDA

Click to See Complete Forum and Search --> : How can you make a page appear temporarily ?


nmretd
Jun 11th, 2000, 09:03 PM
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 ?

Clunietp
Jun 12th, 2000, 04:34 AM
put this in your front page header


<meta http-equiv="Refresh" content="10; URL=MyHomePage.html">


the CONTENT is the number of seconds to wait before navigating to the URL

nmretd
Jun 12th, 2000, 03:53 PM
That's Excellent. Thanks for your help Clunietp !

nmretd.

Clunietp
Jun 12th, 2000, 11:20 PM
you got it