https://accounts.google.com/SeviceLogin?service=wise&passive=1209600&continue=https://docs.google.com/viewer?url={urlencoded URL to your PDF doc }...
then your issue is you have not logged-off the Google universe or clear the cookie to view the file.
I found this to be a particular issue for Internet Explorer 7. IE 8 -> 10 worked fine.
To log-off Google-verse programmatically and flush credentials using the following before your Google Doc Viewer Iframe;
<iframe id="google-signout"
src="https://www.google.com/accounts/Logout"
style="width: 1px; height: 1px; display: none;"
frameborder="0"></iframe>
<iframe id="google-signout" src="https://www.google.com/accounts/Logout" style="width: 1px; height: 1px; display: none;" frameborder="0"></iframe>
Thank you very much!!!
ReplyDeleteThanks!
ReplyDelete