Hi
We use PHP sample and SSO to GMail, we also got the same message.
And we found a solution.
1. create a foo.php file, file content is:
<?
header("Location: http://mail.google.com/a/[domainname]/");
?>
2. set a link like <a href="foo.php" target="_blank"> foo Link </a>,
target="_blank" is necessary.
On Feb 18, 2:58 am, "g.apps" <[email protected]> wrote:
> We have some eager users trying IE 8. I know it is still in beta but
> we are getting some reports of ourSSOlogin not functioning properly.
>
> The message we are receiving is “Internet Explorer has modified this
> page to help prevent cross-site scripting…” Then a # is returned to
> the page.
>
> The page in the browser ishttps://www.google.com/a/[domainname]/acs.
>
> Any suggestions?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Apps APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-apps-apis?hl=en
-~----------~----~----~----~------~----~------~--~---