Results 1 to 2 of 2

Thread: countdown timer

  1. #1
    Join Date
    Jul 2006
    Posts
    27
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default countdown timer

    i got html code for countdown timer but i want to add a text message after countdown finishes
    will we able do that by editing this code.

    <head>
    <meta http-equiv="refresh" content="5;URL=http://yoururl.com">
    </head>

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Hmm... the countdown is 5 seconds?

    Considering you are using Javascript anyway, might as well use "if (*complete*) window.location = 'nextpage....';"

    Note that complete is the condition at which it redirects.

    Using a meta tag won't relate to the javascript so it that gets slow or starts late, it won't be synchronized.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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