谷歌地图没有显示在ie

时间:2014-02-26 11:02:12

标签: javascript jquery google-maps iframe

我正在将Google地图加载到iframe

    <iframe width="96%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.in/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=+&amp;q=55.95143146710088,-3.1784801483154&amp;ie=UTF8&amp;ll=55.961432,-3.19848&amp;spn=0.001811,0.004823&amp;t=m&amp;z=14&amp;output=embed"></iframe>

除了ie之外,这在所有浏览器上运行良好。即我在控制台中出现错误

    SEC7111: HTTPS security is compromised by http://maps.gstatic.com/mapfiles/myplaces/mp4.png 

使用此错误我做了一些调查也有一些变化。在iframe src中将https更改为http。但这对我没有帮助。我复制此代码片段并创建一个基本的html页面然后这适用于所有浏览器。但是当我整合到我的门户网站时,就会显示错误。我无法解决问题

请帮帮我。

1 个答案:

答案 0 :(得分:0)

您是在混合使用http和https吗?

如果是这样的话。看看这个:http://blogs.msdn.com/b/ieinternals/archive/2009/06/22/https-mixed-content-in-ie8.aspx?PageIndex=7