onDragOver (Event handler)

Called repeatedly while the dragged object is over the receiving object.

Availability:

JScript - 5.0
Internet Explorer - 5.0
JavaScript syntax:IEmyObject.ondragover = aHandler

Drag-over effects to highlight objects while dragging can be achieved with this trigger. When it happens, the mouse will have just crossed the boundary of an object while dragging some content with it.

See also:dataTransfer.dropEffect, Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onDrag, onDragDrop, onDragEnd, onDragEnter, onDragLeave, onDragStart, onDrop, Semantic event