Answered
Select Radio button
Good morning,
I'm having a problem selecting a radio button in javascript.
I have a radio group that has the name "groupRadio" and the name of each button is radio1, radio2, radio3.
What code should I do to select the radio2 button?
I tried
this.getField("groupRadio") = "radio2"
But it doesn't work!
Thanks for your help.
