911保时捷二手视频:用asp源码做网站时,在状态栏显示:行2字符1语法错误代码0,,请高手帮忙解决,急!

来源:百度文库 编辑:神马品牌网 时间:2024/05/02 18:54:45
<%st=timer()%>
<%Response.Buffer=True%>
<!--#include file="config.asp" -->
<!--#include file="ad.asp" -->
<%
dim mycity, mylb
mycity=trim(request("ct"))
if len(mycity)=0 then response.redirect "ok.asp?ok=error" end if

mylb=trim(request("lb"))

set rs=server.CreateObject("adodb.recordset")
rs.open "select * from city where 审核=-1 and 区号='"& mycity &"'",conn,3,3
if rs.eof or rs.bof then response.redirect "ok.asp?ok=error" end if
rs("人气")=rs("人气")+1
rs.update
rs.close
rs.open "select * from city where 审核=-1 and 区号='"& mycity &"'",conn,1,1
%>

以上即是报错的源码

要具体源码贴出来,不然怎么知道?

是里面的一个javascript的问题
不是asp代码的问题