|
-
Oct 5th, 2000, 10:21 AM
#1
Thread Starter
Hyperactive Member
I have a splash page to enter a web site and I was wondering how I could get it to redirect to the main page after 10 seconds using either ASP or JavaScript.
Thanks in advance.
-
Oct 5th, 2000, 01:21 PM
#2
You can do this without using ASP or JavaScript.
Code:
<META Http-equiv="refresh" Content="10; Url=http://www.site.com/main.htm">
It will refresh to the main page after 10 seconds.
Just place that code either in the <HEAD></HEAD> or the <BODY></BODY>.
-
Oct 5th, 2000, 03:04 PM
#3
Thread Starter
Hyperactive Member
Thanks, I eventually found that piece of code.
-
Oct 5th, 2000, 07:05 PM
#4
It's actually located in every forum. John (the administrator) has it refresh every 5 minutes (or something like that).
-
Oct 6th, 2000, 12:17 PM
#5
Thread Starter
Hyperactive Member
Cool, I've noticed that it does refresh after a while.
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
|