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 Mike Lewis 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: *

  1. danielrox

    Need help in basic clock

    thanks, but it still doesn't work. I copied the code form this handout http://l.danielrox.operaunite.com/photo_sharing/
  2. danielrox

    Need help in basic clock

    P.S All i get is a screen with a beige background in which there is a little text box which says ....Initializing...
  3. 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