Sample code for Timer function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gayathripinku
    New Member
    • Jul 2008
    • 1

    Sample code for Timer function

    can u give me some sample for timer function in javascript
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    I've split your post from the thread you posted in. When you have a different question to a question posed by someone else, start a new thread. Do not hijack other threads. Please read the Posting Guidelines. Thank you.

    Moderator.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Originally posted by gayathripinku
      can u give me some sample for timer function in javascript
      What do you want to use it for? Two functions are available: setTimeout and setInterval.

      Comment

      Working...