![]() |
#2
bxyl2007-12-01 11:06
|
<input name="UserSex" type="radio" value="1" <%if UserSex=1 then response.Write "Checked"%>/>1<input type="radio" name="UserSex" value="0" <%if UserSex=0 then response.Write "Checked"%>/>2<input type="radio" name="UserSex" value="2" <%if UserSex=2 then response.Write "Checked"%>/>3