求助,为什么循环中的form的按钮不起作用?

来源:百度知道 编辑:UC知道 时间:2024/06/24 18:12:36
代码如下,一些具体的html的我用“html显示内容”代替了, 名字disp这个form中的按钮就可以正常跳转,但下面用循环生成的名字为 reply+递增变量 的from就的按钮就不行,我自己尝试加个 rely0 进去, 也无法正常使用,有高手帮忙分析下原因吗??
<!--#include file="conn.asp"-->
<!--#include file="gourl.asp"-->
<!--#include file="notice.asp"-->
<html>
<%
floornum=0 '楼层总数,0表示没有回复过
exec="select * from articles where artid=" & CInt(request.querystring("artid"))
Set rs=server.CreateObject("adodb.recordset")
rs.open exec,conn
%>
<form name="disp" method="post" >
<table border=1 cellspacing= 0>
<tr>
<th align=left width=150><font color=blue><b>标题:</b></font></th><td><%=rs("title")%></td>
</tr>
<tr>
<th align=left width=150><font color=blue><b>发表人:</b></font></th><td><%=r