I have a set of
radio controls that, when you click Yes, it opens a child window. That part
works fine and the information gathered from the child window works fine. What
is perplexing is that even though I selected Yes, the control stays defaulted to
No. I removed the Checked attribute from the No control and it still defaults to
No. I am attaching the code for the controls.
Thanks,
Bruce
<input
type="Radio" name="Maternity" value="Yes"
>
<font face="Arial, Helvetica, Sans-Serif", Size="3", color="#000000">Yes</font>
<input type="Radio" name="Maternity" value="No" checked>
 <font face="Arial, Helvetica, Sans-Serif", Size="3", color="#000000">No</font>
<font face="Arial, Helvetica, Sans-Serif", Size="3", color="#000000">Yes</font>
<input type="Radio" name="Maternity" value="No" checked>
 <font face="Arial, Helvetica, Sans-Serif", Size="3", color="#000000">No</font>
