[Javascript] checked values of the radio and checkbox items

DEV dev at qroute.net
Fri Jan 9 19:58:59 CST 2004


On Form submit time, how do you report the checked values of the radio and
checkbox items ?

As you know this is a one liner when it comes to a select box.
var
Country=window.document.forms[0].Country.options[window.document.forms[0].Co
untry.selectedIndex].value





More information about the Javascript mailing list