如何告诉游览器,我已选择该项!!!
<input type="radio" name="tongsheng" value="是" onClick="select1(this.value)" <%if instr(rs("tongsheng"),"是")then%>checked<%end if%>>是
<input name="tongsheng" type="radio" value="否" onClick="select1(this.value)" <%if instr(rs("tongsheng"),"否")then%>checked<%end if%>>
否
<body onLoad="select1(formTec.tongsheng.value)">