ASP 在测试网页时 状态栏显示网页有错误

来源:百度知道 编辑:UC知道 时间:2024/06/07 16:46:10
预览时状态栏显示 网页上有错误 双击查看详情写着
行:81
字符:21
错误:无效字符
代码:0
麻烦高手给分析下,大概是哪里出现了错误? 我找了半天没找着
这是34——83行代码
<%
Function cutStr(str,strlen)
dim l,t,c
l=len(str)
t=0
for i=1 to l
c=Abs(Asc(Mid(str,i,1)))
if c>255 then
t=t+2
else
t=t+1
end if
if t>=strlen then
cutStr=left(str,i)
exit for
else
cutStr=str
end if
next
cutStr=replace(cutStr,chr(10),"")
end Function
%>
<%
Dim Refl1
Dim Refl1_numRows

Set Refl1 = Server.CreateObject("ADODB.Recordset")
Refl1.ActiveConnection = MM_helpke_STRING
Refl1.Source = "SELECT * FROM fll"
Refl1.CursorType = 0
Refl1.CursorLocation = 2
Refl1.LockType = 1
Refl1.Open()

Refl1_numRows = 0
%>
<%
Dim Rezhh
Dim Rezhh_numRows

Set Rezhh = Server.CreateObject("ADODB.Recordse

绝对不再这里面, 都粘出来. 把出错的网页另存为,打包传我QQ342058360

行:81
字符:21
估计跟数据库有关系吧

最好还是贴代码

不贴代码神仙也没法帮你

把代码贴出来