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

'releaseCapture()' Syntax, Parameters and Note

Note:

Terminate mouse capture(set with the setCapture() method).
    
Syntax:
    
document.all.elementID.releaseCapture()

    

      
      








Related examples in the same category

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