Hi,

I'm having the same problem.  I'm trying to write an extension for
Firefox, but there appears to be some problem with document.write()
(according to Venkman Javascript debugger) as it appears in google.load
("gdata", "1").  Apparently, this is a known problem:

http://weston.ruter.net/projects/xhtml-document-write/

Unfortunately, the patch provided at the above link doesn't appear to
work.  Is Google working on fixing this issue, or is there some other
workaround?

Thanks for your help!



On Oct 30, 4:06 pm, Trevor Johns <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 23, 2008 at 10:24 AM, Florian <[EMAIL PROTECTED]> wrote:
>
> > Hello,
> > Is somebody try to use API in aXULapplication with javascript ?
> > When i call google.load("gdata"), i have a error (document.write) in
> > jsapi script.
> > My project is to create a Firefox extension for google calendar, with
> > the possibility to add / modify events...
> > Thank,
>
> I haven't tried to use the JavaScript client in aXULapplication, but
> I have had problems before with document.write in the past when
> developing HTML applications that use the JavaScript client.
>
> My recommendation is to use appendChild() to manipulate the DOM
> instead, if you're at all able to do that.
>
> --
> Trevor Johns

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" 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-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to