javascript_howto thread: How to return a selected radio button value in JavaScript
Hi, Since radio buttons are stored in an array, you may need to loop through the array and found out which of the array contents have .checked property as true and then take the value of the corresponding entry. deepak
|





