How to disable some values of radiobutton ?
How to disable some values of radiobutton ?
I have 2 radio buttons (RB). 1 contains : HN and SG. Other contains : 1, 2, 3, 4, 5.
If RB1's value is SG. Then in RB2, u can choose only 3,4,5. U can't choose value 1,2 unless RB1's values is HN.
Can anyone help me solve this problem ?