I have this code:
// Output HTML and clear 'Loading...' text
// content.innerHTML = html;
document.write(html);
the commented out line will write the contents of html to the webpage
but the document.write(html) line which should do something similar
does not. I have this in the body of my html file.
Also I have tried to make html a global variable but I cannot seem to
access any of the changes to its value outside the callback function.
Anyone have any idea what is going on here.
Thanks
Wayne
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---