
Radio Button
Question: How can I make the contents of a table change when the user selects a different radio button? Just like “Button” input type has an event called “onClick,” is there a similar event for radio buttons? I have tried “onSelect” and “onChange” but cannot get it to work.Thanks. Answer: