首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > checkforms

checkforms

  • 资源大小:261.00 B
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: javascript

资 源 简 介

function checkform(){ var name=document.getElementById("sndname").value; var mail=document.getElementById("sendmail").value; var phone=document.getElementById("sendphone").value; var subject=document.getElementById("subject").value; var mailbody=document.getElementById("sendbody").value; if(name !="" && mail!="" && subject!="" && mailbody!=""){ document.form1.submit(); }else{ alert("請確認下列欄位是否都已填寫: 1.你的姓名 2.你的信箱 3.回應類別 4.回應內容"); } }
VIP VIP
0.192888s