I have two drop down lists , list1, list 2. I want it to change according to the radio button selected by the user.
If the user selects radio button1, lists1 should be displayed.
If the user selects radio button2, lists2 should be displayed.
How can i achieve this using javascript.
Please somebody help me.
Here my sample, you should modify it as yours:
on jsfiddle: http://jsfiddle.net/u8Tvq/