JavaScript and It's Forms

added by JavaScript Kicks
9/10/2019 8:37:58 AM

351 Views

getRadioValue is passed a reference to a radio button array and returns the value of the radio button that is checked or returns a null string. This is only useful if each radio button has a value defined for it in the HTML tag that creates the radio button.


0 comments