Event.srcElement (Property)

An MSIE supported property containing the event source.

Availability:

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

You can construct an event handler that is shared amongst several objects. If that is the case, this property allows you to determine which one triggered the event so that you can modify the event handler behavior accordingly.

See also:Event.propertyName, Event.target, onPropertyChange

Property attributes:

ReadOnly.