Yes.
As soon as I check Yes, it immediately goes back to no. I cannot show this to
you as it is on a test machine. I cannot make it live yet. If you need to see
the current version, go to http://www.bhcs.com/. Look at the bottom of the
site at the center. Click on the link Patient
Registration:
-----Original Message-----
From: Dan Blackman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 10:40 AM
To: [EMAIL PROTECTED]
Subject: RE: Strange happenings with a radio controlI used the JS and form controls you sent...I am assuming the Part_1 is your form name. It works fine as I have tested it. Is there a URL that has the complete interaction or is this on a test box?I just tested it in Netscape and it worked fine as well......Looking at your Maternity.cfm file, you have a submit button with an onClick event trying to fire the function SaveMaternityInfo...Try changing that submitbutton to Type="button"...Just a shot in the dark. It may be resubmitting the opener form...Also, Is it staying checked after you save the info back to the opener or before?Dan-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sorge, Bruce
Sent: Tuesday, May 01, 2001 10:09 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Strange happenings with a radio controlI 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>
