onDragEnter (Event handler)

Called when a dragged object enters the receiving object.

Availability:

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

Drag and drop may be fine-tuned to apply to only parts of the page. With this, you can do some artful rollover effects to highlight locations on the page where drags and drop is OK and where its not.

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