Javascript on selectboxes

2001-01-15 Thread Cami Lawson
I have this script that is called when a form is submitted. It is supposed to display a popup window if two of the three selectboxes are the same. It works good except that if the first box is selected and the other two are null or empty then the popup appears. Same thing happens with the

RE: Javascript on selectboxes

2001-01-15 Thread bflynn
Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 10:30 AM To: CF-Talk Subject: Javascript on selectboxes I have this script that is called when a form is submitted. It is supposed to display a popup window if two of the three selectboxes are the same. It works

RE: Javascript on selectboxes

2001-01-15 Thread DeVoil, Nick
ion + "," + "top=" + yposition; window.open( "processed.htm","popup_win",args ); return false; } else { return true; } } Nick -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 3:30 PM To: CF-Talk S

Re: Javascript on selectboxes

2001-01-15 Thread Cami Lawson
Thanks, by stepping through the code a little slower I was able to put most of this to good use - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, January 15, 2001 10:29 AM Subject: RE: Javascript on selectboxes When two boxes are