crvt75
03-17-2004, 04:58 PM
Hi,
I’m working on a form where the user has 3 options (radio buttons) to pick from. Once one of the radio buttons is picked, there are another set of radio buttons that also needs to be selected.
I would like all the second options to be hidden and only appear when that particular radio button is selected. For example radio button 1 is selected and the options for radio button 1 only appear. Radio button 2 is selected and the options for radio button 2 only appear. And the same with radio button 3.
Here is the code for the radio buttons and the options:
------------------------------------------------------------------------------------
<TABLE BORDER=0 WIDTH=100% CELLPADDING=3 CELLSPACING=1>
<TR>
<TD><FONT SIZE=-2 FACE="Verdana, Arial">
<INPUT TYPE="radio" NAME="GiftPrice" VALUE="Ten Dollar Gift"> <B>$10.00 Gift</B> (Pick Below)
</TD>
<TD><FONT SIZE=-2 FACE="Verdana, Arial">
<INPUT TYPE="radio" NAME="GiftPrice" VALUE="Fifteen Dollar Gift"> <B>$15.00 Gift</B> (Pick Below)
</TD>
<TD><FONT SIZE=-2 FACE="Verdana, Arial">
<INPUT TYPE="radio" NAME="GiftPrice" VALUE="Twenty Dollar Gift"> <B>$20.00 Gift</B> (Pick Below)
</TD>
</TR>
<TR>
<TD VALIGN=top STYLE="font-family: Verdana; font-style: normal; font-weight: normal; font-size: 7pt; font-variant: normal">
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Valet Series"> Key Chains - Valet Series<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Cable Collection"> Key Chains - Cable Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Classic Collection"> Key Chains - Classic Collection <BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Elegance Collection"> Key Chains - Elegance Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Key Lights"> Key Chains - Key Lights<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Padlock Collection"> Key Chains - Padlock Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Trillium Collection"> Key Chains - Trillium Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Vogue Collection"> Key Chains - Vogue Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="CD Sun Visor"> CD Sun Visor<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Sunglass Visor Clip"> Sunglass Visor Clip<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Mag-Lite AAA Solitaire"> Mag-Lite AAA Solitaire
</TD>
<TD VALIGN=top STYLE="font-family: Verdana; font-style: normal; font-weight: normal; font-size: 7pt; font-variant: normal">
<INPUT TYPE="radio" NAME="FifteenDollarGift" VALUE="Rand McNally Atlas"> Rand McNally Atlas<BR>
<INPUT TYPE="radio" NAME="FifteenDollarGift" VALUE="Stainless Steel Travel Mug"> Stainless Steel Travel Mug<BR>
<INPUT TYPE="radio" NAME="FifteenDollarGift" VALUE="Mag-Lite AAA Solitaire"> Mag-Lite AAA Solitaire<BR>
<INPUT TYPE="radio" NAME="FifteenDollarGift" VALUE="Windsor Reflections CD Case"> Windsor Reflections CD Case
</TD>
<TD VALIGN=top STYLE="font-family: Verdana; font-style: normal; font-weight: normal; font-size: 7pt; font-variant: normal">
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="MicroTek Visor CD Case"> MicroTek Visor CD Case<BR>
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="Copper Travel Mug"> Copper Travel Mug<BR>
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="Challenger Pen Set"> Challenger Pen Set<BR>
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="Auto Vacuum Cleaner"> Auto Vacuum Cleaner<BR>
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="Summit CD file holder"> Summit CD file holder
</TD>
</TR>
</TABLE>
------------------------------------------------------------------------------------
Is this possible?
Any help would be appreciated. Thanks is advance.
crvt75
I’m working on a form where the user has 3 options (radio buttons) to pick from. Once one of the radio buttons is picked, there are another set of radio buttons that also needs to be selected.
I would like all the second options to be hidden and only appear when that particular radio button is selected. For example radio button 1 is selected and the options for radio button 1 only appear. Radio button 2 is selected and the options for radio button 2 only appear. And the same with radio button 3.
Here is the code for the radio buttons and the options:
------------------------------------------------------------------------------------
<TABLE BORDER=0 WIDTH=100% CELLPADDING=3 CELLSPACING=1>
<TR>
<TD><FONT SIZE=-2 FACE="Verdana, Arial">
<INPUT TYPE="radio" NAME="GiftPrice" VALUE="Ten Dollar Gift"> <B>$10.00 Gift</B> (Pick Below)
</TD>
<TD><FONT SIZE=-2 FACE="Verdana, Arial">
<INPUT TYPE="radio" NAME="GiftPrice" VALUE="Fifteen Dollar Gift"> <B>$15.00 Gift</B> (Pick Below)
</TD>
<TD><FONT SIZE=-2 FACE="Verdana, Arial">
<INPUT TYPE="radio" NAME="GiftPrice" VALUE="Twenty Dollar Gift"> <B>$20.00 Gift</B> (Pick Below)
</TD>
</TR>
<TR>
<TD VALIGN=top STYLE="font-family: Verdana; font-style: normal; font-weight: normal; font-size: 7pt; font-variant: normal">
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Valet Series"> Key Chains - Valet Series<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Cable Collection"> Key Chains - Cable Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Classic Collection"> Key Chains - Classic Collection <BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Elegance Collection"> Key Chains - Elegance Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Key Lights"> Key Chains - Key Lights<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Padlock Collection"> Key Chains - Padlock Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Trillium Collection"> Key Chains - Trillium Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Key Chains - Vogue Collection"> Key Chains - Vogue Collection<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="CD Sun Visor"> CD Sun Visor<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Sunglass Visor Clip"> Sunglass Visor Clip<BR>
<INPUT TYPE="radio" NAME="TenDollarGift" VALUE="Mag-Lite AAA Solitaire"> Mag-Lite AAA Solitaire
</TD>
<TD VALIGN=top STYLE="font-family: Verdana; font-style: normal; font-weight: normal; font-size: 7pt; font-variant: normal">
<INPUT TYPE="radio" NAME="FifteenDollarGift" VALUE="Rand McNally Atlas"> Rand McNally Atlas<BR>
<INPUT TYPE="radio" NAME="FifteenDollarGift" VALUE="Stainless Steel Travel Mug"> Stainless Steel Travel Mug<BR>
<INPUT TYPE="radio" NAME="FifteenDollarGift" VALUE="Mag-Lite AAA Solitaire"> Mag-Lite AAA Solitaire<BR>
<INPUT TYPE="radio" NAME="FifteenDollarGift" VALUE="Windsor Reflections CD Case"> Windsor Reflections CD Case
</TD>
<TD VALIGN=top STYLE="font-family: Verdana; font-style: normal; font-weight: normal; font-size: 7pt; font-variant: normal">
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="MicroTek Visor CD Case"> MicroTek Visor CD Case<BR>
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="Copper Travel Mug"> Copper Travel Mug<BR>
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="Challenger Pen Set"> Challenger Pen Set<BR>
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="Auto Vacuum Cleaner"> Auto Vacuum Cleaner<BR>
<INPUT TYPE="radio" NAME="TwentyDollarGift" VALUE="Summit CD file holder"> Summit CD file holder
</TD>
</TR>
</TABLE>
------------------------------------------------------------------------------------
Is this possible?
Any help would be appreciated. Thanks is advance.
crvt75