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

'dragDrop()' Syntax, Parameters and Note

Note:

Starts a drag-and-drop operation. 
Returns true (successful) or false (failed).
    
Syntax:
    
document.all.elementID.dragDrop()

    

      
      








Related examples in the same category

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