I had same problem and it was becosue the api to load google wasn't loading before the javascript call google.load. I suggest you to check if it's loaded before you make the google.load javascript call.
On Mon, Aug 24, 2009 at 4:40 AM, <[email protected]> wrote: > Thanks for the help brother. Let me pair the page down to a minimum so you > don't have to spend too much time. > > Peac, > Scott > > On Sat, Aug 22, 2009 at 12:53 PM, ChartMan <[email protected]> wrote: > >> >> Hi >> >> Can you please send the html page causing this error. >> >> Thanks >> >> ChartMan >> >> On Fri, Aug 21, 2009 at 11:55 AM, stanlick<[email protected]> wrote: >> > >> > According to Firebug I am receiving "google" is undefined here: >> > >> > google.load('visualization', '1', {'packages':['annotatedtimeline']}); >> > >> > I have the <script type='text/javascript' src='http://www.google.com/ >> > jsapi'></script> in my <head>. The page containing this is accessed >> > via XmlHttpRequest and is placed in a DIV. IS there something >> > peculiar about this scenario? >> > >> > Peace, >> > Scott >> > >> > > >> > >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en -~----------~----~----~----~------~----~------~--~---
