来了,<HTML>
<HEAD>
<script language="JavaScript">
<!--
function test(){
window.alert('asdf');
document.key.Rad(2).checked=true;
}
//-->
</script>
<TITLE>TEST</TITLE></HEAD>
<body bgcolor="#ccffcc">
<form name="key" action="">
<input type="radio" value="V1" name="R1" id="Rad">
<input type="radio" value="V2" name="R2" id="Rad">
<input type="radio" value="V3" name="R3" id="Rad">
<input type="radio" value="V4" name="R4" id="Rad">
<input type="button" value="submit" name="kensaku" onclick="test()">
</form></body>
</HTML>