Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: JavaScript FAQ Knowledge Base

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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.