gpt4 book ai didi

javascript - 通过单击链接将表单发布到对话框窗口

转载 作者:行者123 更新时间:2023-12-02 20:31:58 24 4
gpt4 key购买 nike

我正在努力让这段代码发挥作用。

<form name="myform" onsubmit="alert('1');"> </form>
<a href="javascript: void(0);" onclick="document.myform.submit();">ok</a>

但是,当我单击“确定”时,什么也没有发生。我哪里搞错了?

最佳答案

The browser does not trigger the onsubmit event if you call the submit method programmatically. Therefore, if the form is using the form validator script, call the onsubmit method also to trigger the validation.

http://www.javascript-coder.com/javascript-form/javascript-form-submit.phtml (还有一个例子)

因此,您的表单已发布,但未触发 onsumbit

关于javascript - 通过单击链接将表单发布到对话框窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3968922/

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