srcElement property
[This documentation is preliminary and is subject to change.]
Gets the element that the event was originally dispatched to. Compare to target.
HRESULT value = object.get_srcElement(IHTMLElement** p);
Type: Object
The original event target.
There are no standards that apply here.
Note The srcElement property is provided for backward compatibility. Use the target property instead.
Build date: 1/23/2012