I have two radio buttons. Information will pop out when one of the radio button is selected. How can I check if a radio button is selected using a scriptlet?
Asked
Active
Viewed 514 times
-3
-
5You use scriptlets? Kill it. Kill it with fire. – MD Sayem Ahmed Dec 23 '12 at 05:20
1 Answers
5
A scriptlet works only server side. It has no relation with the client side, so you have to check whether radio buttons are selected or not with JavaScript or jQuery whichever client-side scripting language you are using.

Peter Mortensen
- 30,738
- 21
- 105
- 131

Bhavik Ambani
- 6,557
- 14
- 55
- 86