Hi Tudor, In addition to the suggested solution from Ozberk (to write a gadget which will fetch your page content), you could create a gadget of type url which points to your page. Read more about this gadget type here: http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#URL
Basically, you should create a xml gadget spec like this: <?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="Test gadget" height="200" /> <Content type="url" href="http://students.info.uaic.ro/ ~tudor.berechet/webster.html"/> </Module> The URL to this XML file is what you should ask iGoogle to add as a gadget. I hope this helps. Jerome On Mar 13, 7:32 pm, Tudor Dan Berechet <[email protected]> wrote: > Actually, I still can't figure it out. Made this > page:http://students.info.uaic.ro/~tudor.berechet/webster.htmland it says > "parsing failure" .. not sure what that means > > On Thu, Mar 12, 2009 at 11:42 PM, String <[email protected]>wrote: > > > > > On Mar 12, 11:51 am, "[email protected]" <[email protected]> > > wrote: > > > > When you want to customize your iGoogle homepage with your own code, I > > > don't understand why the hell are you always forced to submit the > > > gadget you make, publically? > > > There's absolutely no need for your gadget to be submitted anywhere. > > The only requirement is that it be accessible on a public server - > > your own server is fine - so that the iGoogle page can get at it. Go > > ahead and write any gadget you want, upload it to any hosting service > > you like, and put it on your page. It really is YOUR gadget. > > > String --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
