DaveC426913
Programmer
Huh. A search returns zero hits for 'radio'.
Anyway, hopw can I return the value of a radio button selection?
I thought one of these might:
form.radiobutton.value
form.radiobutton.checked.value
form.radiobutton.selectedIndex.value
Anyway, hopw can I return the value of a radio button selection?
I thought one of these might:
form.radiobutton.value
form.radiobutton.checked.value
form.radiobutton.selectedIndex.value