AFAIK, to retrieve the selected value for <SELECT> in a single line javascript, I have the following code:
this.form.areaID.options[this.form.areaID.selectedIndex].value
If I were wanted to do the same, retrive the selected value for <RADIO> in a single line javascript, how?
Our community of experts have been thoroughly vetted for their expertise and industry experience.