<html:form>标签onsubmit属性提交到js没有执行,直接跳到action? 15

代码如下:<html:formaction="manager.do?method=checkManager"onsubmit="returncheck();"><tabl... 代码如下:
<html:form action="manager.do?method=checkManager" onsubmit="return check();">

<table width="550" height="371" align="center" background="images/managerLand.jpg">
<tr>
<td valign="bottom">
<table height="100" align="center">
<tr>
<td>账号:<br><br></td>
<td><html:text property="account"/><br><br></td>
<td>密码:<br><br></td>
<td><html:password property="password"/><br><br></td>

<td><html:image src="images/land.gif" styleClass="img1" onclick="submit()"></html:image><br><br></td>

</tr>
</table>
</td>
</tr>

</table>
</html:form>
展开
 我来答
hotdigger
2010-06-02 · TA获得超过3590个赞
知道大有可为答主
回答量:1458
采纳率:50%
帮助的人:624万
展开全部
你的check()写的可能有问题.
可能是你的check()中判断不该提交时,没有用return false;
function check(){
if(document.getElementById("account").value=='') return false;
}
===========
前提:
input框account一定要有id="account"的属性.
woshiyinhu
2010-06-02 · TA获得超过227个赞
知道小有建树答主
回答量:328
采纳率:0%
帮助的人:241万
展开全部
return check(); 直接写在onclick=""试试
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
代表人爽
2010-06-03
知道答主
回答量:5
采纳率:0%
帮助的人:0
展开全部
.....不知道你的业务需求,如果可以的话,最好用html:submit控件然后点击事件提交到js方法,最后在js里做提交操作
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式