谷歌日历没有显示在Chrome和IE中

时间:2011-07-20 19:08:03

标签: internet-explorer google-chrome iframe integration-testing google-calendar-api

我的谷歌日历有以下iframe:

<div>
   <iframe src="https://www.google.com/calendar/embed?src=bdeesh%40gmail.com&ctz=America/New_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no">
   </iframe>
</div>    

它在w3在线浏览器和firefox上正常显示。但在资源管理器中会出现以下错误:

To help protect the security of information you enter into this website, 
the publisher of this content does not allow it to be displayed in a frame.

并且在Chrome中它甚至都没有显示出来。有没有办法规避这个? 谢谢。

1 个答案:

答案 0 :(得分:0)

我明白了。我需要先将其公开,然后才能显示在浏览器上。它出现在firefox上,因为我在选项卡上打开了gmail。我也在firefox中打开了W3。