Event.fromElement (Property)

The object that the mouse is moving from.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Object object
JavaScript syntax:IEmyEvent.fromElement

This property is useful in onMouseOver event handlers. It is a reference to the object that mouse was previously over when it entered an object. That object receives an onMouseOut event. It also knows about the onMouseOver object via the toElement property of the Event object.

See also:Event.toElement

Property attributes:

ReadOnly.