views:

44

answers:

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

This Code dispays spreadsheet in some bowsers.In all bowsers it shows spreadsheets but ie it shows login page

+1  A: 

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

alt text

Brad
In all bowsers it shows spreadsheets but ie it shows login page.
ugesh.gali
@Brad No, not allowing 3rd party cookies
ugesh.gali
@ugesh, always try the simple stuff first, right? Add that space.
Brad
@Brad Added space but no use.
ugesh.gali
@ugesh, sorry for the red herring. I made too many changes at once and missed what actually fixed it.
Brad
@Brad Thank you, but i had a small doubt.I am developing a program on this. How can i say all the users to accept forcibly to change their privacy settings.
ugesh.gali
@ugesh, perhaps you can suggest they use a different browser, but definitely put this in your FAQ and put a `DIV` on the page that tells the users about this (use CSS/JavaScript to show the `DIV` only in IE). I think you will find setting the cookie policy all the way down necessary and adding the website to "safe sites" may do the trick.
Brad
A: 

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.

Drackir