提交表单?-6ren"> 提交表单?- ... ... 单击此“保存”按钮时,将提交表单而不是显示警报。我被引导相信 type="button"会导致表单在点击时不提交。 最佳答案 改变: onclic-6ren">
gpt4 book ai didi

javascript - 为什么 <input type ="button"> 提交表单?

转载 作者:行者123 更新时间:2023-11-30 13:19:08 25 4
gpt4 key购买 nike

<form name="callEventForm" method="post" action="/PDC/callevent.do">

...

<input type="button" value="Save" name="addCallEvent" id="addCallEvent" onclick="alert('You clicked me!')"/>

...

</form>

单击此“保存”按钮时,将提交表单而不是显示警报。我被引导相信 type="button"会导致表单在点击时不提交。

最佳答案

改变:

onclick="alert('You clicked me!')"

收件人:

onclick="alert('You clicked me!');return false;"

关于javascript - 为什么 &lt;input type ="button"> 提交表单?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10919444/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com