<input type="radio" <%if list_record("checked")=true then response.Write "CHECKED" end if%> value="1" name="checked" ID="radio" <%if list_record("checked")=true then response.write "checked" end if%>1>
是
<input type="radio" <%if list_record("checked")=false then response.Write "CHECKED" end if%> value="0" name="checked" ID="radio" <%if list_record("checked")=false then response.write "checked" end if%>1>
否</td>
dim str
str=cint(num)
if len(str)>2 then
if left(right(len(str)-1),1)<>"1" then
response.write "不是1"
else
response.write "是1"
end if
else
response.write "不是2位数"
end if