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?

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top