标题:报错:网页有错误。
取消只看楼主
孤星
Rank: 1
等 级:新手上路
帖 子:127
专家分:0
注 册:2004-6-30
 问题点数:0 回复次数:2 
报错:网页有错误。

<!--#include file="conn.asp"--> <script> function openshenj(id) {

window.open("shenji_2.asp?news_id="+id,"","width='100%',height='400',left=0,top=0,resizable=yes,s

crollbars=yes,toolbar=yes,menubar=yes,location=yes");} </script>

<% Keyword=Request("Keyword") stype=Request("type") if stype<>"all" then set rs=server.createobject("adodb.recordset") sql="select * from shenji where newsclass_id ='"&stype&"' and news_title like '%"&keyword&"%'" %> <% rs.open sql,conn,3,3 news_id=rs("news_id") do while not rs.eof %> <a href='javascript:openshenj(<%=rs("news_id")%>)'><%=rs("news_title")%></a> <%rs.movenext loop rs.close

%> <%else%> <% set rs=server.createobject("adodb.recordset") sql="select * from shenji where news_title like '%"&keyword&"%'" ''''''UNION ALL select * from shenji where news_title like '%"&keyword&"%' %> <% rs.open sql,conn,3,3 news_id=rs("news_id") do while not rs.eof %> <a href='javascript:openshenj(<%=rs("news_id")%>)'><%=rs("news_title")%></a> <%rs.movenext loop rs.close set rs=nothing %> <%end if%>

查询显示的时候能显示内容,但说网页有错误,点开连接页shenji_2.asp也点不开,不知何古。

请指教。!!

搜索更多相关主题的帖子: 网页 
2004-08-06 11:43
孤星
Rank: 1
等 级:新手上路
帖 子:127
专家分:0
注 册:2004-6-30
得分:0 
我把这个脚本放到别处能执行,而且很正常啊。
2004-08-06 15:00
孤星
Rank: 1
等 级:新手上路
帖 子:127
专家分:0
注 册:2004-6-30
得分:0 
不会吧????大家帮忙看看啊。
2004-08-09 11:11



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-3938-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.044005 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved