Select.length PropertyNameSelect.length Property---number of options in a Select objectAvailabilityNavigator 2.0, Internet Explorer 3.0 Synopsis
select.length DescriptionThe length property of a select object is a read-only integer that specifies the number of elements in the select.options[] array. select.length refers to the same value as select.options.length. |
|