[求助] ASP 错误 8002801d 库未注册
在本地测试时候没错 上传空间时候发现有丢失 录出的数据总是最后一条看不见
出现
错误 '8002801d'
库没有注册。
/yingzi/blog/ubbcode.asp,行52
请帮忙解决 谢谢!
在这个ubbcode.asp,行52 中函数中为:
fString = Replace(fString,"<br/>",CHR(10))
HTMLDecode = fString
end if
end function
function UBBCode(strContent)
if strAllowHTML <> 1 then
strContent = HTMLEncode(strContent)
else
strContent = HTMLcode(strContent)
end if
dim re
Set re=new RegExp
re.IgnoreCase =true
re.Global=True
[此贴子已经被作者于2006-11-24 9:04:28编辑过]