缺少语句 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 回答是正确的!!
但我还想问问为什么没有输出??? 展开
还有就是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 回答是正确的!!
但我还想问问为什么没有输出??? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询