June 1999
Intermediate to advanced
540 pages
21h 39m
English
Select — a graphical selection list
Client-side JavaScript 1.0; enhanced in JavaScript 1.1
Input, HTMLElement
form.element_name
form.elements[i]Select inherits properties from Input and HTMLElement and defines or overrides the following:
The number of options in a Select object.
The choices in a Select object. JavaScript 1.0; enhanced in JavaScript 1.1.
The selected option. JavaScript 1.0; writeable in JavaScript 1.1.
Type of form element. JavaScript 1.1.
Select inherits the methods of Input and HTMLElement.
Select inherits event handlers from Input and HTMLElement and defines or overrides the following:
The handler invoked when the selection changes.
Read now
Unlock full access