Thank you Dan, I am actually using an html gadget but in a section of the html there is an iframe that displays the remote.php. So it is a hybrid approach, we still want to leverage some functionalities of the html gadgets but also be able to load an external page in it..
In this case, is there a way to manually pass the location of the libraries to the remote page as a variabe within the html gadget (e.g., <IFRAME FRAMEBORDER=0 SRC="http://www.example.com/remote.php? libs=xxx.js"></IFRAME>) Thank you On Nov 4, 4:08 pm, "Dan (Google Employee)" <[EMAIL PROTECTED]> wrote: > Hi Ayda, > > It sounds like you want to use a type="url" gadget. When creating this > type of gadget, the location of the libraries you need to include > gadgets functionality in the remote page are included as a URL > parameter in the request to your server. You can then include the JS > in your page. > > You can read more details on this > here:http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#URL > > Best, > Dan > > On Nov 3, 11:16 am, Ayda <[EMAIL PROTECTED]> wrote: > > > > > Anyone out there who can advise if this is doable or not? > > > Would like to understand if gadget 'view' js libraries would be > > available to a regular php file displayed within a gadget's home view > > through an iframe so that when a link on that page is clicked the > > resulting page appears in gadget's canvas view? > > > Thanks > > > On Oct 30, 10:23 pm, Ayda <[EMAIL PROTECTED]> wrote: > > > > I am using an html gadget with an iframe in the body of it. the iframe > > > displays content from an external page (which I control). is there a > > > way to include a code on that external page so that when a link is > > > clicked on it opens up in the canvas view of my gadget? > > > > Thank you- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
