Oops, I forgot to append the info of the browser I'm using: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/ 2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)
If I disable the Firebug, then the page will be displayed without problem. However, I need Firebug enabled to develop/work more javascript codes. And this issue is blocking me from development. Thank you On Jun 22, 6:39 pm, Art <[email protected]> wrote: > Hello, > > I start getting the error: window.gtbExternal is undefined. > Here's a link of the pages I got that > error:http://blog.livedoor.jp/floweryday/archives/18417.html > That page has been working fine for about one year. > Last time when I checked was a few weeks ago, and it was working fine > at that time. > > Actually, now, I can reproduce the same error by the really simple > localhost page like below (Of cause, here, I changed the key part to > "xxxxxxxxxxxxxxx" from the actual key value for localhost:8080): > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> > <html> > <head> > <title></title> > <meta http-equiv="Content-Type" content="text/html; > charset=UTF-8"> > > <!-- Google Maps API forhttp://localhost:8080/--> > <script src="http://www.google.com/jsapi?key=xxxxxxxxxxxxxxx" > type="text/javascript"></script> > > <script type="text/javascript"> > //<![CDATA[ > google.load("maps", "2", {"language" : "ja-JP"}); > //]]> > </script> > > </head> > <body> > TODO write content > </body> > </html> > > According to Firebug, it happens at eval > inhttp://maps.gstatic.com/intl/en_us/mapfiles/159e/maps2.api/main.js/eval: > if(window.jstiming){window.jstiming.Vv= > {};window.jstiming.qP=1;function Hz(a,b,c){var d=a.t[b];if(!d)return > undefined;d=a.t[b][0];if(c!=undefined)var e=c;else e=a.t.start > [0];return d-e} > window.jstiming.getTick=Hz;window.jstiming.getLabels=function(a){var b= > [];for(var c in a.t)b.push(c);return > b};window.jstiming.setTimerName=function(a,b) > {a.name=b};window.jstiming.report=function(a,b,c){var d="";if > (window.jstiming.pt)d+="&srt="+window.jstiming.pt;try{if > (window.external&&window.external.tran)d > +="&tran="+window.external.tran;else if(window.gtbExternal.tran)d > +="&tran="+window.gtbExternal.tran()}catch(e){}.... > > Here're the stack traces by Firebug: > getLabels() > Lz > Qz > getLabels() > p > Pz > wl() > require() > XA() > require() > Rc > wl > mh() > fh() > p > Q > pP() > branch() > (?)() > > I like to know how to work around this issue. > Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps 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-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
