| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 522 人关注过本帖
标题:在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
快速回复:在asp中制作留言板,如何判断多个文本框为空??
数据加载中...
 
   



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

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