The method document.getElementsById() is specific to DOM interaction in the browser. Google Desktop does not support these DOM calls. Have a look at http://code.google.com/apis/desktop/docs/gadget_apiref.html#basicElement especially the children attributes on how to iterate through the elements of a specific element.
Best regards, Benjamin On Feb 4, 8:48 am, blhc <[email protected]> wrote: > this works in js but in google desktop gadget it says document > undefined > document.getElementById('b'+x + '_' + y).value = ' '; > how to i change this so that it can be used in google api > thanks > lee --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" 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-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
