Name

value — NN 4 IE 4 DOM 1

Synopsis

Read/Write

Value associated with the OPTION element. If the OPTION element has a VALUE attribute or value property set, this is the value returned for the value property; otherwise, the text visible in the list is returned.

Example

var itemValue = document.forms[0].selectList.options[2]value

Value

String.

Default

None.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.