質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top