gpt4 book ai didi

javascript - 点击javascript上的输入

转载 作者:行者123 更新时间:2023-11-28 10:50:55 24 4
gpt4 key购买 nike

我是 JavaScript 新手。

我正在尝试运行单击网页上按钮的 Javascript 代码。HTML 代码如下所示:

<div class="felement fgroup" id="yui_3_17_2_2_1446895504264_827"><input name="savegrade" value="Save changes" type="submit" id="id_savegrade"> <input name="saveandshownext" value="Save and show next" type="submit" id="id_saveandshownext"> <input name="cancelbutton" value="Cancel" type="submit" onclick="skipClientValidation = true; return true;" class=" btn-cancel" id="id_cancelbutton"></div>

该元素称为“x”。我想单击 ID 为“id_saveandshownext”的提交按钮。

我已经尝试过:

x.getElementsById('id_saveandshownext').click();

没有成功...我该如何点击这个按钮?

最佳答案

您需要使用这样的文档:

document.getElementById("id_saveandshownext").click();

关于javascript - 点击javascript上的输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33582522/

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