
代码如下:
短信系统 function formcheck(){
if(document.form.zhanghao.value==""){
alert("号码不能为空!");
this.form1.zhanghao.focus();
return false;
}else if(document.form.email.value==""){
alert("内容不能为空!")
this.form1.eamil.focus();
return false;
}else form1.submit();
}
script>