function check() { if (document.hudong.username.value == ""){ alert ("您好,为了方便与您的取得联系,请您填写您的称呼!"); document.hudong.username.focus(); return false; } if (document.hudong.content.value==""){ alert ("留言内容不能为空!"); document.hudong.content.focus(); return false; } return true; }