IE8 fancybox 内容被拒绝
当我在 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
});
请有人告诉他们一个解决方案。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论