Results 1 to 5 of 5

Thread: Timed redirect

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274
    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.

  2. #2
    Guest
    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>.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274
    Thanks, I eventually found that piece of code.

  4. #4
    Guest
    It's actually located in every forum. John (the administrator) has it refresh every 5 minutes (or something like that).

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274
    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
  •  



Click Here to Expand Forum to Full Width