求asp代码问题 20
一个公文发布程序,问题是如果内容不填写会提示请填写内容,但是还是会发布出去,请帮忙修复下以下是发布页提示请填写内容代码,<!--#includefile="../inc/...
一个公文发布程序,问题是如果内容不填写会提示请填写内容,但是还是会发布出去,请帮忙修复下以下是发布页提示请填写内容代码,
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/function.asp"-->
<!--#include file="../inc/uploadclass.asp"-->
<%
call islogin("../index.asp")
call isflogin("../user/index.asp")
myt=trim(request.QueryString("action"))
if request("title")="" or request("jieshou")="" then
if request("isall")<>"yes" then
response.Write alert("请填写完整!","back")
end if
end if
不让发的多,我只是把提示的发布出来了。如何修改成内容没填写不让发不出去? 展开
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/function.asp"-->
<!--#include file="../inc/uploadclass.asp"-->
<%
call islogin("../index.asp")
call isflogin("../user/index.asp")
myt=trim(request.QueryString("action"))
if request("title")="" or request("jieshou")="" then
if request("isall")<>"yes" then
response.Write alert("请填写完整!","back")
end if
end if
不让发的多,我只是把提示的发布出来了。如何修改成内容没填写不让发不出去? 展开
1个回答
展开全部
if request("title")="" or request("jieshou")="" then
if request("isall")<>"yes" then
response.Write alert("请填写完整!","back")
end if
end if
改为
if request("title")="" or request("jieshou")="" then
response.Write alert("请填写完整!","back")
end if
试下看(如果request("jieshou")是内容的话)
if request("isall")<>"yes" then
response.Write alert("请填写完整!","back")
end if
end if
改为
if request("title")="" or request("jieshou")="" then
response.Write alert("请填写完整!","back")
end if
试下看(如果request("jieshou")是内容的话)
追问
不行,改了以后是
缺少语句
\admin\addok.asp, line 11
请你把QQ给我吧,我采纳好么,帮忙。这里代码发不了太多
追答
见用户名上的头像
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询