Something like:


   <INPUT NAME=Group1 TYPE=radio VALUE= 'MyValue1'

      onClick="

         if(document.yourformname.Group1.value == 'MyValue1' &&
            document.yourformname.Group2.value == 'MyValuex')

           PopUP()">


At 1:16 PM -0400 7/24/00, Dave Hannum wrote:
>Thanks Dick, but it's radio buttons and it's determined if the right
>combination of group one and group two are checked together.
>
>Dave
>
>
>
>----- Original Message -----
>From: "Dick Applebaum" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>; "CF-Talk" <[EMAIL PROTECTED]>;
>"JS-Jive" <[EMAIL PROTECTED]>
>Sent: Monday, July 24, 2000 12:59 PM
>Subject: Re: Popup Window Control
>
><INPUT TYPE=checkbox onClick="PopUP()">
>
>At 12:37 PM -0400 7/24/00, Dave Hannum wrote:
>>Here's the scoop.  I have a form with two sets of radio buttons.  The first
>>set has four buttons and the second set two.  Here's what I need to happen.
>>If button #2 in the second set and any of the buttons #1-#3 in the first
>set
>>are chosen, I need a popup window to appear.  I can handle it from there if
>>somebody can show me how to determine if the popup is to occur.
>>
>>Thanks,
>>Dave
>----------------------------------------------------------------------------
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal 
>k or send a message to [EMAIL PROTECTED] with 
>'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to