Hi, alex

When i'm clicking email from my site, it is directly going to google
apps email page. I did a small modification in identity_provider.php.
i.e., i've changed the code

"
<form name="acsForm" action="<?=$acsURL?>" method="post"
target="_blank">

to

<form name="acsForm" action="<?=$acsURL?>" method="post"
target="_top">

"
when i'm  using this it is opening in same window.

I've used two frames one for my site header and another for google
apps email page.
when i'm using "target="_blank" in the above code javascript error
"permission denied" is coming.
when i'm using "target=_top", it is directly going to the email page,
instead of displaying in the frame. Is there any possibilty to display
that page in  that frame without using "target=_blank" or
"target=_top".

Thank you
Regards
Satya

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to