![]() |
#2
aspic2011-03-07 17:23
|
if (theform.Enterprise_Name.value=="")
{
theform.Enterprise_Name.focus();
alert('用户名不能为空...');
return false
}
做的表单验证 点击确定后 光标没有指回到Enterprise_Name里面啊 为什么?求指教 我把theform.Enterprise_Name.focus();放到false后面一行也没用! 求教 谢·