function abc() { if(form1.textfield.value=="") { window.alert("用户名不能为空!") //这里你用的是中文输入法的括号 form1.textfield.focus(); }}
完全正确只是你没有输入用户名