主题:  点按钮时提示找不到对象,为什么?

看我的资料

职务:普通成员
等级:1
金币:0.0
发贴:81
注册:2003/5/24 12:06:05
#12003/5/24 19:51:53
<%
sub button_check()
wj_timu=Request.Form2("wj_timu")
wj_wenhao=Request.Form2("wj_wenhao")
wenjian=Request.Form2("wenjian")
check=request.form2("checkbox")
if wj_timu="" or wenjian="" or wj_wenhao="" then
response.write("")
response.end
else
if check=true then
response.write("")
else
response.write("")
end if
end if
end sub
%>

……




缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
注册:2004/1/14 19:14:47
#22003/5/24 21:05:12
你看看sub...end sub之间的代码最后运行后在浏览器中是什么代码你就会明白了.

编辑历史:[这消息被allinhands编辑过(编辑时间2003-05-24 21:05:38)]