jsp中 不知道哪里错了,为什么无法验证输入框是否为空,代码如下:

<body><scripttype=text/javascript>//验证输入不能为空funtioncheckForm(){if(document.getElement... <body>
<script type=text/javascript> //验证输入不能为空
funtion checkForm(){
if (document.getElementById("loginName").value==""){
alert("用户名不能为空!");
document.getElementById("loginName").focus();
return false;
}
if (document.getElementById("loginCode").value==""){
alert("密码不能为空!");
document.getElementById("loginCode").focus();
return false;
}
return true;

}
</script>

<form action="enter.jsp" method="post" onsubmit="return checkForm()">
<table>

<tr>
<td><h2>用户名:</h2></td><td><h3><input type="text" name="username" id="loginName" ></h3></td>
</tr>

<tr height="50">
<td></td><td><p id=tips></p></td>
</tr>

<tr>
<td><h2>密码:</h2></td><td><input type="text" name="password" id="loginCode" ></td>
</tr>

<tr>
<td><input type = "submit" value="登录" name="submit1"></td>
<td><input type="reset" value="重置" name="reset1"></td>
</tr>

</table>
</form>

<form>
<input type="checkbox" name="remembername" >
记住用户名
<b><a class="code" href="getPassword.jsp" target="_blank"> 忘记密码</a></b>
<b><a class="zhuce" href="register.jsp" target="_blank"> |免费注册</a></b>

</form>

</body>
展开
 我来答
  • 你的回答被采纳后将获得:
  • 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏10(财富值+成长值)
w951076529
推荐于2016-08-28
知道答主
回答量:13
采纳率:0%
帮助的人:10.6万
展开全部
funtion checkForm() 的function写错了

alert("用户名不能为空!");的分号改成英文的就可以了
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式