因原函数没有对远程图片检测,所以导致错误生成!
页面:foosun/admin/Refresh/RefreshFunction.asp (感谢qqyou提醒!)
修改如下:
case "picurl"
for m = 0 to UBound(FieldsNameArray)
If InStr(Lcase(Rs(m).name),"picpath") <> 0 Then
if left(Trim(Rs(m)),4)="http" then '检测是否远程图片
TempResult = (Trim(Rs(m)))
else
TempResult = GetConfig(0)&(Trim(Rs(m)))
end if
Exit for
End if
next
[此贴子已经被作者于2006-7-23 19:48:47编辑过]
Microsoft VBScript 编译器错误
错误 '800a0408'
无效字符
/cms/Foosun/Admin/Refresh/RefreshFunction.asp,行 3434
if left(Trim(Rs(m)),4)="http" then '检测是否远程图片
if left(Trim(Rs(m)),4)="http" then '检测是否远程图片
可能是红字引起的。红色字 只是为了说明代码的作用,在实际修改中,应该删除!
我在使用风讯时出现的一个问题, 请帮助解决一下
错误类型:
Microsoft OLE DB Provider for SQL Server (0x80040E14)
字符串 '06891426) order by FS_DownLoad.ID Desc' 之前有未闭合的引号。
/news/fafa8/Admin/Refresh/RefreshFunction.asp, 第 2459 行