开发者

Html code works in firefox,safari,chrome but not in ie why

开发者 https://www.devze.com 2023-01-21 16:08 出处:网络
<html> <body> <iframe width=\'500\' height=\'500\' frameborder=\'0\' src=\'https://spreadsheets.google.com/ccc?key=0ApILEVmEy4YHdGRTdGZNTWd1cmc2c0RPN0dtSnZGWHc&hl=en\'>
 <html>
  <body>    
   <iframe width='500' height='500' frameborder='0' src='https://spreadsheets.google.com/ccc?key=0ApILEVmEy4YHdGRTdGZNTWd1cmc2c0RPN0dtSnZGWHc&hl=en'>
   </iframe>
  </body>
</html> 

This Code dispays spreadsheet in some bowsers.In all bowsers it shows spreadsheets but ie it s开发者_开发百科hows login page


I tried too many things at once, so I missed what actually fixed it. Accepting 3rd party cookies worked.

Html code works in firefox,safari,chrome but not in ie why


It could be security settings since that link is encrypted via https and (perhaps) your parent page is not. IE usually throws warnings when you use secure/insecure items in the same page.

0

精彩评论

暂无评论...
验证码 换一张
取 消