OMG, Thank you for your correction sir ... I'm sorry to all.
Thank You. Regards. On Sep 3, 5:30 pm, "Jerome (Guru)" <[EMAIL PROTECTED]> wrote: > Hi Damas, > > Just a doubt: with view_onOpen(), debug.trace(), etc. your code looks > more like it is a Desktop Sidebar gadget than an iGoogle legacy gadget > API one. > > If you are developing a Desktop Sidebar gadget, please head to this > group instead:http://groups.google.com/group/Google-Desktop-Developer > > Jerome > > On Aug 31, 4:19 am, flashit <[EMAIL PROTECTED]> wrote: > > > I tried make some little test, and put code like this : > > > function view_onOpen() { > > url = "http://students.if.itb.ac.id/~if16060/temp/jajahim/ > > formatkedua.xml"; > > _IG_FetchXmlContent(url, function (response) { > > if (response == null || typeof(response) != "object" || > > response.firstChild == null) { > > debug.trace ("Failed"); > > } else { > > debug.trace ("Got It"); > > } > > }) > > > } > > > But got error on line 3, it said Object Expected. > > > Did i do a mistake ? Where should i put that _IG_Fetch code ? > > > Thank you very much. > > > Regards, > > > Damas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
