gpt4 book ai didi

php - 无法在 iframe 中获取 html ,并且无法触发 iframe 中元素的事件

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

我正在使用 Facebook 图形 API 邀请 Facebook 好友加入我的 codeigniter 应用程序,我想在 iframe 的元素内触发点击事件,但它没有触发,我的代码是

        $("iframe").contents().find('input[name="login"]').live('mouseover',function(){
alert("log in");
});

未显示警报,firebug 中没有错误。

但如果我这样做

    $("iframe").live('mouseover',function(){
alert("log in");
});

这有效并发出警报。

但是如果我尝试在 iframe 中获取 html

$("iframe").live('mouseover',function() {          
alert($('.fb_ltr').contents().find('.request').html());
});


it gives an error in firebug


Permission denied to access property 'ownerDocument'
[Break On This Error] shift(),i.sort());if(!!e&&!f.event.cus...is).get();f(e[h])[b](j),d=d.concat(j

如何在 iframe 中使用元素,我看到了类似的问题,但无法获得帮助。请帮忙,谢谢................................................

最佳答案

您无法通过 iframe 访问/操作来自不同域的任何内容。

jQuery/JavaScript: accessing contents of an iframe

关于php - 无法在 iframe 中获取 html ,并且无法触发 iframe 中元素的事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7606269/

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