以下是小弟设计的程序,怎么都实现不了
<form name="form[i]"
method="post">
<%do while not rs.eof%>
<tr>
<td width="8%" height="7"> <p align="center"><font color="#0099FF" size="2"><%=rs("id")%></font></td>
<td width="13%" height="7"> <div align="center"><font color="#0099FF" size="2">
<select
name="huiyild">
<option value="<%=rs("huiyild")%>"><%=rs("huiyild")%></option>
<option value="1">黄云贵</option>
<option value="2">杨建军</option>
<option value="3">吕甦</option>
<option value="4">邓平</option>
<option value="5">周仕志</option>
<option value="6">覃振远</option>
<option value="7">李怀春</option>
<option value="8">梁广初</option>
</select>
</font></div></td>
<td width="23%" height="7"><font size="2">
</font><font size="2">
<textarea name="huiyiname"
cols="18" rows="4" ><%=rs("huiyiname")%></textarea>
</font></td>
<td width="20%" height="7"><font size="2">
</font><font size="2">
</font><font size="2">
</font><font size="2">
<textarea name="huiyiaddress" cols="18"
rows="4" class="smallInput"><%=rs("huiyiaddress")%></textarea>
</font><font size="2">
</font></td>
<td width="14%" align="center" height="7"><font color="#0099FF" size="2"></font><font size="2">
<textarea name="huiyitime" cols="15" rows="4"><%=rs("huiyitime")%></textarea>
</font></a></td>
<td width="14%" align="center" height="7"><font color="#0099FF" size="2"></font><font size="2">
<textarea name="juzhangyj" cols="18" rows="4"><%=rs("juzhangyj")%></textarea>
</font></a></td>
<td width="14%" align="center" height="7"><font color="#0099FF" size="2"></font><font size="2">
<textarea name="beizhu" cols="15" rows="4"><%=rs("beizhu")%></textarea>
</font></a></td>
<td width="14%" align="center" height="7"><a
href="saveedit.asp?id=<%=rs("id")%>&huiyild=<%=rs("huiyild")%>&huiyiname=<%=rs("huiyiname")%>
&huiyiaddress=<%=rs("huiyiaddress")%>&huiyitime=<%=rs("huiyitime")%>&juzhangyj=<%=rs("juzhangyj")%>
&beizhu=<%=rs("beizhu")%>"><font color="#0099FF" size="2">保存</font></a></td>
</tr>
<% i=i+1
if i>=MaxPerPage then exit do
rs.movenext
loop
%>
</form>