You are here: irt.org | About | Feedback | 294 [ previous next ]
Feedback on:
JavaScript FAQ Knowledge Base
Sent by
Robin Harrison on July 11, 1999 at 21:36:52:
Worth:
Very worth reading
Comments:
Just a bug fix for the article Q590
Here's a bug fixed version of the start of the startTimer function.
function startTimer() {
myTimer = setTimeout('myFunction()',10000); // myTimer holds the id of the timer
timerRunning = true; // whenever you start a timer set the timerRunning flag to true
}
Other feedback on 'JavaScript FAQ Knowledge Base' - show all