![]() |
Previous | Next |
The elementType attribute retrieves the type of the element (for instance, BUTTON).
Syntax
elementID.elementType
Possible Values
This attribute is a read-only String indicating the name of the element.
Remarks
This attribute is useful in determining the type of element that fired an event and writing a generic event handler for this class of elements.
See Also
Previous | Next |