如何在IE中发生iframe安全错误?

时间:2015-04-14 17:24:03

标签: security internet-explorer internet-explorer-9 internet-explorer-10 internet-explorer-11

我的某个网站的用户在嵌入Google地图的网页上报告了一个令人担忧的框架内容错误。我已经使用IE9,IE10和IE11中的安全设置,但只能显示嵌入而没有问题或者什么都不显示(iframe应该是空白区域。)我需要做什么在哪个版本的IE看到这个错误?

这是嵌入的问题(需要编辑特定的地图。)

        <iframe id="googlemap" width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?t=m&amp;msa=0&amp;msid=1234.1234&amp;source=embed&amp;ie=UTF8&amp;ll=37.996163,-96.855469&amp;spn=33.053774,56.25&amp;z=4&amp;output=embed"></iframe>

以下是用户收到的错误的屏幕截图。

enter image description here

1 个答案:

答案 0 :(得分:2)

  1. 打开一个新的浏览器窗口,然后下拉&#34;工具&#34;菜单。

  2. 选择&#34;互联网选项&#34;。

  3. 点击&#34;安全&#34;选项卡,选择&#34;互联网&#34;图标,然后单击&#34;自定义级别&#34;按钮。

  4.   

    enter image description here

    1. 向下滚动到&#34;杂项&#34;部分,找到&#34;启动iframe中的程序和文件&#34;输入并选择&#34;提示&#34;。
    2.   

      enter image description here

      1. 单击“确定”按钮关闭所有打开的对话框。