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

RE: Javascript on selectboxes

2001-01-15 Thread DeVoil, Nick
" + "screeny=" + yposition + "," + "left=" + xposition + "," + "top=" + yposition; window.open( "processed.htm","popup_win",args ); return false; } else { return true; } } Nick -Original Message- From

RE: Javascript on selectboxes

2001-01-15 Thread bflynn
3 other combinations of box12, box23 and box13, but they are logically incosistent // example, box12=1, box23=1, box13=0 ==> box1=box2=box3!=box1 Brian -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 10:30 AM To: CF-Talk Subject:

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 se