标题:在asp中制作留言板,如何判断多个文本框为空??
只看楼主
CYCcaoyanchu
Rank: 2
等 级:论坛游民
帖 子:21
专家分:12
注 册:2012-7-9
结帖率:80%
 问题点数:0 回复次数:0 
在asp中制作留言板,如何判断多个文本框为空??
<%
         if request.Form("contenttop")="" or request.Form("content")="" then
             Response.Write("<script>alert('留言标题或留言内容不能为空!');history.back(-1);</script>")
            Response.End()
         if request.Form("QQ")="" or request.Form("fromwhere")="" then
             Response.Write("<script>alert('如需本园联系您,请您留下您的联系方式!');</script>")
            Response.End()

            End if
            name=request.Form("name")   '读取表单元素
            Email=request.Form("email")
            fromwhere=request.Form("fromwhere")
            QQ=request.Form("qq")
            contenttop=request.Form("contenttop")
            content=request.Form("content")
            
        
            exec="insert into yhly(name,Email,fromwhere,qq,contenttop,content) values('"+name+"','"+Email+"','"+formwhere+"','"+QQ+"','"+contenttop+"','"+content+"')"   
            conn.execute exec
            conn.close
            set conn=nothing
            Response.Write("<script>alert('留言添加成功!!');</script>")
        %>
我只要加上红色那段代码,就会报错,请教各位大侠怎么回事呢???
搜索更多相关主题的帖子: 联系方式 content 文本框 如何 
2012-07-11 09:55



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-373145-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.013581 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved