关于form 提交时 js 中的方法得不到正确执行(不输入账号密码应该会 有alert 提示,可是也直接执行action了

<scripttype="text/javascript"lang="javascript">functioncheckForm(u,p){user=u.value;pw... <script type="text/javascript" lang="javascript">

function checkForm(u,p)
{

user= u.value;
pwd= p.value;
if(u==""||p==null){
return false;
alert("请输入完整的用户名和密码");
return false;
}

else if(login.query()==false)
{
alert("输入信息有误")
return false
}
else{
session.setAttribute("zhanghao",user);
session.setAttribute("mima",pwd);
return false;
}
return false;
}
</script>
<form id="form1" name="form1" method="post" onSubmit="return checkForm(userId,password)" action="LoginSuccess.jsp">
<tr>
用户名:
<input name="userId" type="text" id="userId" />
</tr>
<br>
<tr>

密码:
<input name="password" type="password" id="password"/>
</tr>

<input type="submit" name="submit" value="提交" />

</form>
展开
 我来答
百度网友b6a6240
2012-06-07 · TA获得超过278个赞
知道小有建树答主
回答量:456
采纳率:25%
帮助的人:277万
展开全部
if(u==""||p==null){
return false;
alert("请输入完整的用户名和密码");
return false;
}
这个没alert那是肯定的了,你都返回了,怎么alert啊,把alert前的return去掉
然后再把条件中的u改成user p改成pwd
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式