Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: danielrox
  • Content: Threads
  • Order by date
  1. danielrox

    Need help in basic clock

    i'm trying to make simple clock but i cant get it to work. Can anyone help me out? <html> <head> <script language="JavaScript"> var timerID = null; var timerRunning = false; function stopClock() { if(timerRunning) clearTimeout (timerID) timerRunning = false } function startClock() {...

Part and Inventory Search

Back
Top