Absolute path is the right way. Are you sure you don't get a javascript error somewhere ? See firefox tools->error-console
On Feb 17, 5:25 pm, medmuf <[email protected]> wrote: > I used the absolute path. I did not see any possibility to use > relative path, as they are belong to different domain. The prob is > that why there is inconsistency between the real mode and preview > mode? > > On Feb 17, 10:50 pm, yuvi <[email protected]> wrote: > > > Hi, > > > Is it possible that the images have relative path ? > > > On Feb 17, 1:16 pm, medmuf <[email protected]> wrote: > > > > Here is my > > > gadget:http://www.google.com/ig/directory?hl=en&type=gadgets&url=hosting.gmo... > > > > It is an Image Dictionary, which fetch remote content from several > > > sites. > > > For the image part, I traced images fromhttp://images.google.com, and > > > it works in the preview mode of GGE. The trick is it doesn't work when > > > I add this gadget to my iGoogle page. > > > > In the beginning, I thought it would be related with the mechanism I > > > am using to add images. But I tested and it is okay: > > > > var image = _IG_GetImage(imgurl); > > > var img_element = _gel("img_div"); > > > img_element.appendChild(image); > > > > So, now I am really confused. Back in June 2009, when I finished this > > > gadget, it was okay, everything displayed perfectly. But it went wrong > > > in 2010. Since recently I got time to rethink and modify a little bit, > > > but still I cannot figure out the reason. Any verdict? -- 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.
