gpt4 book ai didi

javascript - 如何在 iframe 内单击没有 id 或名称的按钮?

转载 作者:行者123 更新时间:2023-11-28 15:45:32 24 4
gpt4 key购买 nike

我需要使用 JavaScript/jQuery 单击 iframe(有 id 和名称)内的按钮(没有 id 和名称)。

<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">
</script>
</head>
<body>
<iframe name="abb" id="abb" src="http://example.com" scrolling="no"frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe>
</div>

<script>
document.getElementById("abb").contentWindow.document.getElementsByName('REG_BTN')[0].click();
</script>
</body>
</html>

最佳答案

您无法访问其他来源的文档的 DOM。

最接近的可能是 send a message文档中必须包含监听消息并做出相应响应的 JS。

关于javascript - 如何在 iframe 内单击没有 id 或名称的按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22508648/

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