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

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



'detachEvent()' Syntax, Parameters and Note

Note:

Detach attached event handler function from its event. 
This is the opposite of the attachEvent() method.
    
Syntax:
    
window.detachEvent(param1, param2)
document.all.elementID.detachEvent(param1, param2)

Parameters:
    param1   Required; the name of the event.
    param2   Required; the name of the function.

    

      
      
Related examples in the same category
1.  'detachEvent()' Example
2.  'detachEvent()' 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.