Not sure with the problem. But, I uploaded the same code and it is working fine for me. XML Ref: http://hosting.gmodules.com/ig/gadgets/file/100436095437509108566/test-suchira.xml Add to iGoogle Ref: http://www.google.com/ig/directory?type=gadgets&url=hosting.gmodules.com/ig/gadgets/file/100436095437509108566/test-suchira.xml
On Dec 1, 3:02 pm, Suchira <[email protected]> wrote: > The code for thegadgetwhich I have created is shown below- > <?xml version="1.0" encoding="UTF-8"?> > <Module> > <ModulePrefs title="hellofinance"> > <Require feature="finance"/> > </ModulePrefs> > <Content type="html"> > <![CDATA[ > > Hello world! > Here is your portfolio:<br/> > GOOG: <span id=_IG_SYM1_l></span> (<span id=_IG_SYM1_c></span>)<br/> > AAPL: <span id=_IG_SYM2_l></span> (<span id=_IG_SYM2_c></span>)<br/> > INTC: <span id=_IG_SYM3_l></span> (<span id=_IG_SYM3_c></span>)<br/> > > <script type="text/javascript"> > var quote = new google.finance.Quote(); > quote.enableDomUpdates( { 'GOOG' : '_IG_SYM1', 'AAPL' : > '_IG_SYM2','INTC' : '_IG_SYM3' } ); > quote.getQuotes(["GOOG", "AAPL", "INTC"]); > </script> > ]]> > > </Content> > </Module>Butwhen Iamadding thisgadgettoigoogleusing my gadgets Iam > getting an error asmodulenotfound.How can it be solved? -- 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.
