I
ijoemomma
The problem lies in the fact that radios share the same name. So to
get the value or name of a certain radio, you need to tell it which
one you want the name or value for. So in your case it's:
document.myform.owned_business[0].checked == false
Where 0 is the index of the first radio
get the value or name of a certain radio, you need to tell it which
one you want the name or value for. So in your case it's:
document.myform.owned_business[0].checked == false
Where 0 is the index of the first radio