Welcome to WebDesignForums.net!
You're currently viewing WDF as a guest. By registering for a free account, you'll be able to participate with other members in our friendly community. Being a member allows you to ask questions and get answers for those troublesome web development tasks!

In addition, as a member you'll be able to post your websites up for review. Using our unique website review system you can gain some amazing feedback from some of the best web developers around. This is a completely free service to all registered members.

Ready to register yet? Registration is 100% free. Click Here To Join Now!

Countdown Script

Discussion in 'Javascript, AJAX, and JSON' started by justlivyalife, Dec 19, 2003.

  1. Offline

    justlivyalife Retired

    Message Count:
    2,871
    Likes Received:
    0
    Trophy Points:
    36
    Location:
    Birmingham, UK
    Thanks Transio, and rosland especially.


  2. Offline

    rosland Retired Staff

    Message Count:
    1,945
    Likes Received:
    0
    Trophy Points:
    36
    Location:
    Norway
    If you change the first part of the script to this:
    Code:
    function countDown() {
     if (countDownTime < 0) {
        interrupt();
     }
    
    The counter will diplay "0" after "1", and stop/halt without looping again.


Share This Page