gpt4 book ai didi

php - 页面加载时自动点击 iframe 中的按钮

转载 作者:太空宇宙 更新时间:2023-11-03 22:11:20 24 4
gpt4 key购买 nike

如果我想自动单击 ifarme 中的按钮元素,我将如何进行此工作?

function autoclick() {
document.getElementById('u_0_4').contentWindow.document.getElementById("u_0_5").click()
}
<div onload="autoclick()" >
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fweb.facebook.com%2FMaherZain&width=450&layout=standard&action=like&size=small&show_faces=true&share=true&height=80&appId=788255487990117" width="450" height="80" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" id="u_0_4" ></iframe>

</div>

=====> 如果有任何其他方法请告诉我:(

最佳答案

你不能这样做,因为否则人们只会嵌入一个 1x1 iframe 并让每个访问者“喜欢”作者想要的任何内容。让不同来源访问指向不同来源的 iframe 的 contentWindow 是一个安全问题。

想象一下如果您能够能够做到这一点。人们可以开始将 Gmail 或您的银行网站嵌入 1x1 iframe 中,然后触发几次点击和键盘事件来重置您的密码。

关于php - 页面加载时自动点击 iframe 中的按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40958241/

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