Hi
I have 4 radio buttons in my PDF form, and they have all 1 name.
Now in the javascript I want to check which of the 4 radio button is checked ?
I dont want to use the Export Value, i want to do something like this :
var chk = radiobuttons[1].isBosChecked()
please guide
Thanks
Zeeshan
To find which button is checked, you will have to loop through each button in the group.
George Kaiser