'removeBehavior()' Syntax, Parameters and Note : removeBehavior « Javascript Methods « JavaScript Reference

'removeBehavior()' Syntax, Parameters and Note

Note:

Removes a behavior from the element. 
Returns true (successful) or false (failed).
    
Syntax:
    
document.all.elementID.removeBehavior(param1)

Parameters:
    param1   Required; the behavior identifier.

    

      
      








Related examples in the same category

1.'removeBehavior()' Example
2.'removeBehavior()' is applied to