Google地图拒绝显示文档,因为X-Frame-Options禁止显示

时间:2013-01-27 20:30:50

标签: jquery google-maps iframe

这里有很多人遇到这个问题,但我找到的解决方案都没有用。

以下是我从Google地图获取的iframe嵌入代码:

<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps/ms?msa=0&amp;msid=216410867472561730082.0004d44aa7eec841d333d&amp;ie=UTF8&amp;t=h&amp;ll=40.696778,-73.978543&amp;spn=0.015618,0.027466&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="https://maps.google.com/maps/ms?msa=0&amp;msid=216410867472561730082.0004d44aa7eec841d333d&amp;ie=UTF8&amp;t=h&amp;ll=40.696778,-73.978543&amp;spn=0.015618,0.027466&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Taskeyo Example 2</a> in a larger map</small>

控制台说

Refused to display document because display forbidden by X-Frame-Options.

后面是很多不安全的JS错误。

嵌入代码已经有&amp; output =嵌入其中,这似乎是我需要的修复。

其他人是否收到此错误?我只将iframe包装在div中(在jQuery UI手风琴中)并且它曾经工作过!我很感激帮助。

0 个答案:

没有答案