");
return validity;
//在发邮件后弹出对话框
}
function check_empty(text) {
return (text.length > 0);
}
function check_email(address) {
if ((address == "")
|| (address.indexOf (`@`) == -1)
|| (address.indexOf (`.`) == -1))
return false;
return true;
}
// -->
//脚本结束
欢迎光临 黑色海岸线论坛 (http://bbs.thysea.com/) | Powered by Discuz! 7.2 |