I am in need of assistance. I have been searching for quite some time now. I recall having a similar issue with getting the values of a radio button in the notes client in the past.
I am unable to get the value of a radio button. I am trying to build a report and based upon the value of my radio buttons it will determine whether or not to give a numeric field a value.
I am initially using a button to alert the value, but I am stuck. I have an xpage with two radio buttons in the same group pointing to the same field within the form.
Here is the code I am executing from the button.
var val1=document.getElementById(“#{id:rdoyA1}”);
alert("Here is the value: " + val1);