<%i=1
 while not rs.eof%>
<input type="checkbox" name="checkbox<%=i%>" value="<%=rs("id")%>"> <%=rs("zsxm")%>
<%
         i=i+1
rs.movenext
loop
%>