ASP变量未定义问题
MicrosoftVBScript运行时错误(0x800A01F4)变量未定义:'diserror'/admin/admin_pic.asp,第113行错误是这个,ifc...
Microsoft VBScript 运行时错误 (0x800A01F4)
变量未定义: 'diserror'
/admin/admin_pic.asp, 第 113 行
错误是这个,
if cint(picisbest)=1 then
rs("isbest")=cint(picisbest)
end if
rs("author")=LOGINUSERNAME
rs("department")=LOGdepartment
rs("writerid")=LOGINUid
if founderr then
call diserror() 113行代码
response.end
else
rs.update
rs.close
set rs=nothing
conn.Close
Set conn=nothing
response.redirect "admin_pic.asp?action=pic"
end if
帮忙看一下。谢谢, 展开
变量未定义: 'diserror'
/admin/admin_pic.asp, 第 113 行
错误是这个,
if cint(picisbest)=1 then
rs("isbest")=cint(picisbest)
end if
rs("author")=LOGINUSERNAME
rs("department")=LOGdepartment
rs("writerid")=LOGINUid
if founderr then
call diserror() 113行代码
response.end
else
rs.update
rs.close
set rs=nothing
conn.Close
Set conn=nothing
response.redirect "admin_pic.asp?action=pic"
end if
帮忙看一下。谢谢, 展开
5个回答
展开全部
diserror这是一个函数 你看看是不是没有把函数包含进去
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这不是变量未定义,asp使用变量之前可以不定义的
这是调用一个函数,函数没定义,可能没有引用包含文件
这是调用一个函数,函数没定义,可能没有引用包含文件
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
查一下你代码中有没有:
function diserror()
.....
End Function
或:
Sub diserror()
....
End Sub
没有的话就会出错啦
function diserror()
.....
End Function
或:
Sub diserror()
....
End Sub
没有的话就会出错啦
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
call diserror() 是个函数
没有包含进去
没有包含进去
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询