Font-size: A A A
This property contains the number of options in the selection list.
document.forms[0].elements[0].length
For example, to refer to the length of the first Select object in the first form of the current document, you could use this code: