fancybox打开内联内容,但不打开iframe

fancybox open inline content but not iframe

本文关键字:iframe fancybox      更新时间:2023-09-26

运行良好

        function openContent (id) {
            $.fancybox('<h1>Lorem lipsum</h1>');
        }

但是当我尝试打开iframe时,什么也没发生

        function openContent (id) {
            $.fancybox.open({href:'http://www.google.com'});
        }

firebug或chrome控制台中没有错误消息。我正在本地主机上尝试。

知道吗?

 X-Frame-Options:SAMEORIGIN

标题设置在www.google.com中,如果您的网站不在google.com中则无法在iframe中打开www.google.com。