<br><! --<br/>//単一のオプションと複数のオプションに適用できるラジオ ボタンの値を見つけます。選択がない場合は false を返し、選択がある場合はオプションの値を返します。 <br/>function CheckRadio(theRadio){<br/> var theRadioLen = theRadio.length;<br/> var theRadioValue = false;<br/> if (theRadioLen == unknown){<br/> if (theRadio.checked){<br/> var theRadioValue = theRadio.value ;<br/> {<br/> (theRadioI=0;theRadioI<theRadioLen;theRadioI++){<br/> if (theRadio[theRadioI].checked){<br/> theRadioValue = theRadio[theRadioI].value;<br/> Break; }<br/>//--><br>