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
-~----------~----~----~----~------~----~------~--~---

Reply via email to