On Sep 3, 12:11 pm, Mustafa Musa ÜLKER wrote:

> <?xml version="1.0" encoding="UTF-8"?>
> <Module>
> <ModulePrefs title="abc.com Email"
[...]
> <Content type="html">
> <![CDATA[
> <iframe src="https://mail.google.com/a/abc.com/"; frameborder="0"
> scrolling="yes" width="100%" height="400"></iframe>
> ]]>
> </Content>
> </Module>

> But I cannot directly show emails from this page that includes this
> gadget. Because when I open the page that includes this gadget it
> redirects it tohttps://mail.google.com/a/abc.com/. It doesn't shows
> email on the website on gadget box, it redirects..

I'm not sure that I understand your problem, but I see an oddity:
Your gadget *contains* an <iframe>, nothing else.  This makes no
sense, a normal (non-inline) gadget already *is* an <iframe>.

You can replace type="html" (etc.) by type="url", for an example see
<http://googlemodules.com/module/5247/>

And get rid of the render-inline="optional", that is deprecated black
magic - for that you would in fact need a separate <iframe>, but only
a handful of very popular inline gadgets still have that privilege.

 Frank
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" 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-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to