Click to See Complete Forum and Search --> : select menu to change a radio menu


rnadeau
02-07-2004, 09:33 AM
Hi, I would like to know if it's possible to have a select menu and when we chose the choice 1, for exemple, there is 3 radio button that will appear next to the select menu with a line of text for each radio button

and If we chose the choice 2 of the select menu, there will be only 2 radio button.

thank you

Rachel

steelersfan88
02-07-2004, 11:25 AM
You could use a span object next to the select menu. Onchange for the select menu will trigger a function that retrieves the value of the selected choice and depending on that, will put a different line of radio buttons in the span.