This is the string value that is sent back to the web server when the form is submitted.
This is equivalent to:
mySelect.options[mySelect.selectedIndex].value
It is the value of the first or only item selected in the popup. It will be the value of the first item when multiple items have been selected.
See also: | Input.value |
Prev | Home | Next |
Select.type | Up | Selection object |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |