'clearTimeout()' Syntax, Parameters and Note : clearTimeout : Javascript Methods : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Methods   » [  clearTimeout  ]   
 



'clearTimeout()' Syntax, Parameters and Note

Note:

Removes a timeout initialized by the setTimeout() method. 
    
Syntax:
    
window.clearTimeout(param1)


Parameters:
    param1   Required; the numeric timeout ID previously returned by the 
                       window.setTimeout() method.

    

      
      
Related examples in the same category
1.  'clearTimeout()' Example
2.  'clearTimeout()' is applied to
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.