On Dec 29, 12:21 pm, Suku <[email protected]> wrote: > I am trying to play with the sample examples > > I copied a sample example of "Google Maps Javascript API V3 - Basics" > fromhttp://code.google.com/apis/maps/documentation/javascript/basics.html... > onto a page and stagged on one of our stagging servers. I can access > the page and see the results from my machine. When I send the same URL > to my collueges, they are getting the following error msg: > > *************************************************************************** > ******* > Webpage error details > > User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; > Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR > 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET CLR 1.1.4322) > Timestamp: Wed, 29 Dec 2010 16:59:39 UTC > > Message: Syntax error > Line: 1 > Char: 1 > Code: 0 > URI:http://maps.google.com/maps/api/js?sensor=true > > Message: 'google' is undefined > Line: 15 > Char: 5 > Code: 0 > URI:http://qa.sdc.oft.state.nyenet/cns/nird/asp/googlemaptest2.asp > > *************************************************************************** > ******* > > Can some one help me PLEASE..! FYI- my colleuge is using the same > browser version as I am.
That message means that the API isn't loaded. Is your firewall blocking it? Perhaps you could provide the link that exhibits the problem. This one doesn't work: http://qa.sdc.oft.state.nyenet/cns/nird/asp/googlemaptest2.asp If it is an internal server, you need a premium license for other than testing use, google may be blocking requests from that domain, as it is obviously not publicly available. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
