asp表格嵌套循环问题

<divstyle="height:109;width:980"><tablewidth="980"height="109"border="0"cellpadding="... <div style="height:109; width:980">
<table width="980" height="109" border="0" cellpadding="0" cellspacing="0">
<tr>
<th height="106" background="images/btlywbj.gif" scope="col">
<%
set rscp=server.createobject("ADODB.recordset")
rscp.Open "select top 8 * from guanggao where lei='广告招商' order by id desc",conn,1,1
%>
<table width="240" height="54" border="0" cellpadding="0" cellspacing="3">
<%
tr=0
do while tr<2 and not rscp.eof
%>
<tr>
<%
td=0
do while td<4 and not rscp.eof
%>
<td width="240" height="50" scope="col"><table width="240" height="50" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="240" scope="col"><a href="<%=rscp("link")%>"><img src="guanggao/<%=rscp("uppic")%>" width="240" height="50" border="0"></a></th>
</tr>
</table></td>
<%
td=td+1
rscp.movenext
loop
%>
</tr>
<%
tr=tr+1
loop
%>
</table>
</th>
</tr>
</table></div>

此段代码单独方在页面中,页面可以显示,如果在其他页面中添加此段代码后后,页面无法显示。有哪位大侠可以帮我解决一下。谢谢!
rscp在最后也关闭了
展开
 我来答
zherose
2009-07-23 · TA获得超过484个赞
知道小有建树答主
回答量:510
采纳率:0%
帮助的人:567万
展开全部
rscp.close
最后应该关闭
看看是否rscp在其他地方也使用了
安徽中丽电器有限公司
2009-07-23 · TA获得超过608个赞
知道小有建树答主
回答量:424
采纳率:0%
帮助的人:351万
展开全部
你应该放在<body> 和</body>两个标记符中间!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式