PDA

View Full Version : List And Radio button


nmahadkar
12-16-2004, 02:49 PM
Hi,

I am trying build a form that has a choice within a choice.

IE

(radio button)Option1 (List1)List1Option1 (List1)List1Option2
(radio button)Option2 (List2)List2Option1 (List1)List2Option2
(radio button)Option3 (List3)List3Option1 (List1)List3Option2

so that the radio button checked will return the value in that list and the values of the other lists are ignored.

Is there anyway to do that?

regards

Terminator1138
12-17-2004, 07:15 AM
Details please....asp or php or general?

nmahadkar
12-17-2004, 07:19 AM
php

thanks