Javascript Methods JavaScript Reference

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.