|
-
Jun 11th, 2000, 09:03 PM
#1
Thread Starter
Addicted Member
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 ?
-
Jun 12th, 2000, 04:34 AM
#2
Guru
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
-
Jun 12th, 2000, 03:53 PM
#3
Thread Starter
Addicted Member
That's Excellent. Thanks for your help Clunietp !
nmretd.
-
Jun 12th, 2000, 11:20 PM
#4
Guru
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|