August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
The Select object is one of the core JavaScript objects. Instances are created by the browser when it encounters an HTML <select> tag. In the JavaScript object hierarchy, the Select object is located at window.document.Form.Select. Table 7.43 lists the properties, methods, and event handlers used by the Select object.
| Type | Item | Description |
|---|---|---|
| Event Handlers | onBlur | Executes code when the select box loses the focus. |
| onChange | Executes code when the select box loses the focus and has had its value modified. | |
| onFocus | Executes code when the select box ... |
Read now
Unlock full access