| 邮箱:NJZCXCL@163.com
Copyright 2013 Nanjing Zhongchao New Materials Corporation. All Rights Reserved 苏ICP备11070508号-1
function checkform() { if(myform.txt_exp_1.value=="") { alert("请输入姓名!"); myform.txt_exp_1.focus(); return false; } if(myform.txt_exp_4.value=="") { alert("请输入邮箱!"); myform.txt_exp_4.focus(); return false; } if(myform.txt_exp_5.value=="") { alert("请输入电话!"); myform.txt_exp_5.focus(); return false; } }