缺少语句 index.asp line 15行缺少什么语句吧

来源:百度知道 编辑:UC知道 时间:2024/05/30 10:25:16
<!--#include file="conn.asp"-->
<!--#include file="inc/const.asp"-->
<!--#include file="Z_dgshow.asp"-->
<!--#include file="police_read.asp"-->
<%
Dim TempArray
Dvbbs.BoardID=0
Dvbbs.LoadTemplates("index")
Dvbbs.Stats=template.Strings(0)
Dvbbs.Nav()
Dvbbs.ActiveOnline()
TempArray = Split(template.html(3),"||")
Show_Index_Top
GetBbsList()
<!-- #include file="plus_party_show.asp"-->
response.Write "<table cellspacing=1 cellpadding=3 align=center class=tableBorder1><tr><th align=center id=tabletitlelink

height=25><font-weight:normal><b>≡点歌祝福栏 |<a href=z_dglistme.asp>我的点歌单</a>|<a href=z_dgwrite.asp>我要点

歌</a>|</b> <a href=http://searc

是的,你这个写法是错误的。

<!-- #include file="plus_party_show.asp"-->

把这行修改一下,改为:

%>
<!-- #include file="plus_party_show.asp"-->
<%

<!-- #include file="plus_party_show.asp"-->
应该是这个文件里出了问题!
具体的你应该叫个懂得调试的人运行了才知道了,你关系的文件有多个,这样子是很难找出问题来的了。
但是你也可以这样来做:
1.去掉函数 GetBbsList() 再运行此文件看是不是仍然出错。
2.去掉<!-- #include file="plus_party_show.asp"-->再运行掉进 不是仍然出错。
一步一步排查,就可以缩小范围。

调用函数用 call