You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// 发送前执行数据安全检查.
|
|
function CheckBlank() {
|
|
|
|
alert('sss');
|
|
if (ReqTB('DianHua') == "") {
|
|
alert( '电话不能为空:不能为空 \t\n');
|
|
return false;
|
|
}
|
|
|
|
alert('ok');
|
|
return true;
|
|
}
|