欢迎来到素材无忧网,按 + 收藏我们
登录 注册 退出 找回密码

织梦自定义表单提交验证手机号邮箱等方法

时间: 2020-09-10 09:21 阅读: 作者:素材无忧网

先贴出js代码   <script>   function check()   { name=document.getElementByIdx_x_x("fzrxm").value; if(name=="") { alert("请输入姓名!") return false; }       re = /^1\d{10}$/ tel=document.getElementByIdx_x_x("lxdh").value;     if (re.test(tel)) {            } else {         alert("请输入正确的手机号!"); return false;     }       em = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; eml=document.getElementByIdx_x_x("lxqq").value;     if(em.test(eml)){           }else{         alert("请输入正确的邮箱!"); return false;     }      } </script>

下面,在form表单提交的时候 ,加上   <form action="/plus/diy.php" enctype="multipart/form-data" method="post"  onsubmit="return check()">

很容易的方法,如果还不明白的朋友可以留言。

版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!

转载请注明: 织梦自定义表单提交验证手机号邮箱等方法

标签:  
相关文章
模板推荐