July 1998
Intermediate to advanced
1456 pages
65h 5m
English
srcFilter — NN n/a IE 4 DOM n/a
Read-only
Reference to the filter object that fired the current
onFilterChange 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.srcFilter.id) {
case myDIV:
...
...
}Object reference.
None.
Read now
Unlock full access