帮忙看看错在哪里

shuimuyu 2003-08-24 08:45:10
if request("Content")<>"" then
Uid=Session("Uid")
strig="<font color=" & request("color") & ">" & Uid & request("facial") & "say:" & request("Content") & "</font><br>"
who=request("who")
Items=Split(Application("peoples"),",")
Application.lock
if request("who")="All" then
for i=0 to UBound(Items)-1
Application(Items(i))=Application(Items(i))&strig
Next
else
For i=0 to UBound(Items)-1
if Items(i)=Uid or Items(i)=Who then
Application(Items(i))=Application(Items(i)) & strig
end if
Next
end if
Application.Unlock
end if
%>

调试说的是应用程序对象, ASP 0102 (0x80004005)
函数需要字符串输入。
/speaking.asp, 第 32 行
不知道什么意思
请哪位指教一二
...全文
22 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧