缺少语句 endif rs("name1")=mm then

懂ASP的帮我看下!为什么endifrs("name1")=mmthen这里老是出错!还有就是endif是要不要分开!!endif如果可以的话把代码给我解释下,我也不太懂... 懂ASP的帮我看下!为什么endif rs("name1")=mm then这里老是出错!
还有就是endif是要不要分开!!end if
如果可以的话把代码给我解释下,我也不太懂!
<%
dim sql,id,mm
user=request.Form("id")
mm=request.Form("name1")
if userid<> "" and name2<> "" then
%>
<!--#include file="conn.asp"-->
<%
sql="select * from cj where id='"&user&"'"
set rs=conn.execute(sql)
response.Write(rs.eof)
response.Write(rs.bof)
if rs.eof and rs.bof then
response.Write("没有数据")
response.End()
endif rs("name1")=mm then
%>
<div align="center">
<table width="80%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" align="center">学号</td>
<td width="20%" align="center">姓名</td>
<td width="10%" align="center">VB</td>
<td width="10%" align="center">ASP</td>
<td width="10%" align="center">Access</td>
<td width="10%" align="center">ERP</td>
<td width="10%" align="center">SQL</td>
<td width="10%" align="center">Java</td>
</tr>
<tr>

</tr>
<tr>
<td><%=rs(id)%></td>
<td><%=rs(name1)%></td>
<td><%=rs(VB)%></td>
<td><%=rs(ASP)%></td>
<td><%=rs(Access)%></td>
<td><%=rs(ERP)%></td>
<td><%=rs(SQL)%></td>
<td><%=rs(Java)%></td>
</tr>
</table>
<%
end if
end if
rs=close
conn=close
set rs=nothing
set conn=nothing
%>
还是有问题!!不过 fantasy_wl 回答是正确的!!
但我还想问问为什么没有输出???
展开
 我来答
fantasy_wl
2007-12-30 · TA获得超过904个赞
知道小有建树答主
回答量:1287
采纳率:100%
帮助的人:1355万
展开全部
endif rs("name1")=mm then

应该是

else if rs("name1")=mm then
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式