focus无法指回啊!~求解!~
if (theform.Enterprise_Name.value==""){
theform.Enterprise_Name.focus();
alert('用户名不能为空...');
return false
}
做的表单验证 点击确定后 光标没有指回到Enterprise_Name里面啊 为什么?求指教 我把theform.Enterprise_Name.focus();放到false后面一行也没用! 求教 谢·
if (theform.Enterprise_Name.value=="") { alert('用户名不能为空...'); theform.Enterprise_Name.focus(); return false }这样呢