I am having trouble finding out how to figure out if an HTML dropdown box has been set?
Ok, I understand how I can check the index once it has been activated and an item chosen. But, how do I determine that the box hasn’t been touched and no item selected?
Thanks.
The select.options.selectedIndex will be -1 in that case.