![]() |
#2
ysf01812010-05-21 17:02
|
<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)">