Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top