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.

14 lines
231 B
Plaintext

9 months ago

// 发送前执行数据安全检查.
function CheckBlank() {
alert('sss');
if (ReqTB('DianHua') == "") {
alert( '电话不能为空:不能为空 \t\n');
return false;
}
alert('ok');
return true;
}