I have written a small gadget, very simple, it just shows a picture :
<?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs width="500" height="450" title="Test"/> <Content type="html"> <![CDATA[ <img src="http://www.google.co.uk/intl/en_uk/images/logo.gif" /> ]]> </Content> </Module> each day the xml is updated with a new picture, and output to an xml file on my server. and then have the button that allows users to add it to their igoogle: <a href="URL TO .xml"><img src="http://buttons.googlesyndication.com/ fusion/add.gif" border="0" alt="Add to Google"></a> Everything works fine when i click add to igoogle, but when the xml is updated with a new img url, this is not reflected on igoogle.... Can someone please tell me how to update the igoogle gadget, really banging my head here... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
