July 1998
Intermediate to advanced
1456 pages
65h 5m
English
srcElement — NN n/a IE 4 DOM n/a
Read-only
Reference to the element object that fired the current event. This property is convenient in switch constructions for an event handler function that handles the same event type for a number of different elements.
switch (event.srcElement.id) {
case myDIV:
...
...
}Object reference.
None.
Read now
Unlock full access