<input type="radio" name="sn" value="0" <%if sn="0" then response.write"checked" end if%>>
解锁
<input type="radio" name="sn" value="1" <%if sn="1" then response.write"checked" end if%>>
加锁
<input onclick="formname.submit()" type="radio" name="sn" value="0" <%if sn="0" then response.write"checked" end if%>>
解锁
<input onclick="formname.submit()" type="radio" name="sn" value="1" <%if sn="1" then response.write"checked" end if%>>
加锁
其中,formname是表单的名字:
<form name=formname>