运行ASP网站的时候出现Active Server Pages 错误 'ASP 0113' 脚本超时怎么解决?
<!--#includefile="inc/conn.asp"--><!--#includefile="inc/inc.asp"--><!--#includefile="...
<!--#include file="inc/conn.asp" -->
<!--#include file="inc/inc.asp" -->
<!--#include file="inc/web.asp" -->
<%
bid=saferequest("bid")
sid=saferequest("sid")
if bid="" and sid="" then
tit="所有产品"
elseif bid<>"" and sid="" then
rs.open "select * from picclass where id="&bid,conn,1,1
tit=rs("title")
rs.close
elseif bid<>"" and sid<>"" then
rs.open "select * from picclass where id="&bid,conn,1,1
tit1=rs("title")
rs.close
rs.open "select * from picsmallclass where id="&sid,conn,1,1
tit2=rs("title")
rs.close
tit=tit2&","&tit1
end if
%>
晕到 我没学啊 我这网站有问题 我现在修改 展开
<!--#include file="inc/inc.asp" -->
<!--#include file="inc/web.asp" -->
<%
bid=saferequest("bid")
sid=saferequest("sid")
if bid="" and sid="" then
tit="所有产品"
elseif bid<>"" and sid="" then
rs.open "select * from picclass where id="&bid,conn,1,1
tit=rs("title")
rs.close
elseif bid<>"" and sid<>"" then
rs.open "select * from picclass where id="&bid,conn,1,1
tit1=rs("title")
rs.close
rs.open "select * from picsmallclass where id="&sid,conn,1,1
tit2=rs("title")
rs.close
tit=tit2&","&tit1
end if
%>
晕到 我没学啊 我这网站有问题 我现在修改 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询