Can you send the pertinent portions of the form.  I tested it, selected the Yes and it worked fine.  I tested using IE 5.5
 
Dan
-----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 control

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" >
   &nbsp;<font face="Arial, Helvetica, Sans-Serif", Size="3", color="#000000">Yes</font>
   &nbsp;&nbsp;
   <input type="Radio" name="Maternity" value="No" checked>
   &nbsp<font face="Arial, Helvetica, Sans-Serif", Size="3", color="#000000">No</font>
  

Reply via email to