Hi
I am trying to load some content from a remote server using an iframe
in a desktop gadget. I read a couple of posts in this group that
pointed to using the HtmlViewDetails gadget as an example.

I simply put an iframe in the content section like

var DETAILS_HTML = DEFAULT_HTML_STYLE +
  "<body>" +
  "<iframe src='http://xyz.php?a=http://abc.xml' height='200'
width='160' FRAMEBORDER='0' SCROLLING='no'></iframe>"
        +
  "</body>" +
  "</html>";

and ran the gadget. It does not show anything. Are iframes really
allowed in desktop gadgets ?

regards
kallol

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Desktop Developer Group" 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-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to