Here is a little Quiz -- playing with radio buttons
Java tests if (document.x.b[0].checked) where x is the form name and b is the radio Name and 0 is the position in the array of b possibilities. In Netscape 2 the array numbers count from the bottom starting with zero but in IE 4 the radio array starts at the top. This doesn't seem to work with Netscape 3?.
Last updated by T. Murray April 2000