I am
attaching the parts;
Test has the form controls and the JS. Maternity.cfm is
the child window.
-----Original Message-----
From: Dan Blackman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 10:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Strange happenings with a radio controlCan you send the pertinent portions of the form. I tested it, selected the Yes and it worked fine. I tested using IE 5.5Dan-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sorge, Bruce
Sent: Tuesday, May 01, 2001 8:10 AM
To: List (E-mail)
Subject: Strange happenings with a radio controlI 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>
Maternity.cfm