[Google Maps API v3] Odd IE 7-9 behaviour - 'google is undefined'

2011-11-17 Thread Stacey
Hello everyone, Could someone figure out for me why IE 7-9 appears to error on line 4 of map.js of this page? As far as I know, there are no stray commas in my script... http://www.staceyjenkins.co.uk/webtest/cc4test/index18.html Error: Line 5, char 1 - 'google' is undefined -- You received

[Google Maps API v3] Re: 'Object Expected on Line 344' error in IE7-9

2011-11-14 Thread Stacey
Solution solved... was a comma issue in my code... Thanks for looking... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/vMBkOq4

[Google Maps API v3] 'Object Expected on Line 344' error in IE7-9

2011-11-14 Thread Stacey
Hello everyone, Have encountered a new problem with my Google Map-based application... Although the app works fine in modern browsers (FF, Chrome, Safari) a very specific error occurs in IE versions 7 to 9.It always declares 'Object Expected on Line 344' which is where I first declare the init

[Google Maps API v3] Re: Loading Google Maps initialize() script from a seperate file

2011-11-10 Thread Stacey
Sorry but no success... Just so you know, the site is a page on a custom coded ASP.NET CMS. I'll have a chat with the administrator on the site and see if he helps! Thanks for your help! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v

[Google Maps API v3] Re: Loading Google Maps initialize() script from a seperate file

2011-11-09 Thread Stacey
Thanks Rossko... I'll give this a try... I'll let you know if it works... -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/P4XN7

[Google Maps API v3] Loading Google Maps initialize() script from a seperate file

2011-11-08 Thread Stacey
Hey guys, Having a problem with working with the Google Maps API. I'm currently developing an application on a site that doesn't support inline Javascript. Therefore, I'm trying to load the script (which loads the map into the webpage) from a separate file called map.js. However, when I do thi