Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing
Example 10.9:
The Object Hierarchy
The select Object
The select object has the following properties:
- length: The number of options in the selection list.
- name: The name (the NAME= attribute) of the selection list.
- options: The number of options in the list.
- selectedIndex: The index (position) of the selected option in the selection list.
- text: The text after an option tag in the selection list.
- value: The VALUE= attribute of the selection list.
Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing