IE8 fancybox 内容被拒绝

发布于 2024-10-15 23:00:54 字数 943 浏览 2 评论 0原文

当我在 magento 中完成登录/注册的所有操作时,我遇到了 IE 上最大的问题。我没有意识到 IE 可以拒绝 fancybox 上的 iframe 内容。

这是 IE 显示内容的屏幕截图。

我如何强制 fancybox 将站点数据加载到 IE8 fancybox iframe 中。

启用使用 magento 和 ssl。这可能是 IE 说该页面在 iframe 上被拒绝的一个问题。

这是我用于注册的 fancybox 代码,

w49("a#header-register").fancybox({
                                'transitionIn'  :   'elastic',
                                'transitionOut' :   'elastic',
                                'speedIn'       :   800, 
                                'speedOut'      :   400, 
                                'width'         :   740, 
                                'height'        :   400, 
                                'type'          :   'iframe',
                                'overlayShow'   :   true
                            }); 

请有人告诉他们一个解决方案。

这是 IE 显示内容的屏幕截图。

When i did everything for the login/registration in magento i just got into biggest problem on IE. I didnt realized that IE could deny the iframe content on fancybox.

Here is the screenshot which shows what IE displayed.

How can i force the fancybox to load site data into IE8 fancybox iframe.

Using magento and ssl is enabled. So is that could be a problem why IE says the page is denied on iframe.

This is the fancybox code i used for registration

w49("a#header-register").fancybox({
                                'transitionIn'  :   'elastic',
                                'transitionOut' :   'elastic',
                                'speedIn'       :   800, 
                                'speedOut'      :   400, 
                                'width'         :   740, 
                                'height'        :   400, 
                                'type'          :   'iframe',
                                'overlayShow'   :   true
                            }); 

Please some one tell em a solution.

Here is the screenshot which shows what IE displayed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文