Re: Form Object Select/Option
Posted By:
Anonymous
Posted On:
Tuesday, September 4, 2001 11:26 PM
You can check for the selected item as follows:
var x = formname.selectname[formname. -selectname.selectedIndex].value
this will give you the value.
If you want to get the displayed text in the select
instead of 'value' above use 'text'
Hope this solves your problem.
Any questions are most welcome