window.onDragDrop : Window Object : Window JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Window » Window Object »

 

window.onDragDrop







The onDragDrop event handler is fired when the user drops an object.












<html>
    <body onDragDrop='return(confirm("Are you sure you want to continue?"))'>
    </body>
    Try to drop an element on this page.
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Window
» Window Object