< html>
System Drag And Drop Example
Try dragging the text from the textbox to the red square.
Drop target events fire now.
drag me
ondragenter="handleDragDropEvent(event)"
ondragover="handleDragDropEvent(event)"
ondragleave="handleDragDropEvent(event)"
ondrop="handleDragDropEvent(event)">