Html代码适用于firefox,safari,chrome但不是为什么

时间:2010-10-25 12:16:16

标签: iframe cross-browser google-sheets

 <html>
  <body>    
   <iframe width='500' height='500' frameborder='0' src='https://spreadsheets.google.com/ccc?key=0ApILEVmEy4YHdGRTdGZNTWd1cmc2c0RPN0dtSnZGWHc&hl=en'>
   </iframe>
  </body>
</html> 

此代码在一些bowsers中发布电子表格。在所有bowsers中它显示电子表格,但它显示登录页面

2 个答案:

答案 0 :(得分:2)

我一次尝试了太多东西,所以我错过了实际修复的东西。接受第三方cookie。

alt text

答案 1 :(得分:0)

这可能是安全设置,因为该链接是通过https加密的,并且(可能)您的父页面不是。当您在同一页面中使用安全/不安全的项目时,IE通常会抛出警告。

相关问题