DaveLinger Posted March 16, 2008 Share Posted March 16, 2008 Here's the URL: http://registry.davelinger.com/ Looks fine in Firefox, but in IE it doesn't show up, and says: Line: 185 Char: 5 Error: 'businesses[...].lat' is null or not an object Code: 0 And Line: 76 Char: 7 Error: 'businesses[...].lat' is null or not an object Code: 0 Which doesn't make much sense to me, cause "lat" is set. Anyone have any ideas? Thanks Link to comment https://forums.phpfreaks.com/topic/96362-google-maps-now-working-in-ie-working-in-firefox-javascript-error/ Share on other sites More sharing options...
haku Posted March 18, 2008 Share Posted March 18, 2008 You have an unneeded comma at the end of your declaration of businesses. This may be screwing things up, as the script is probably expecting another array but not finding one. Link to comment https://forums.phpfreaks.com/topic/96362-google-maps-now-working-in-ie-working-in-firefox-javascript-error/#findComment-494597 Share on other sites More sharing options...
DaveLinger Posted March 19, 2008 Author Share Posted March 19, 2008 Yep, that was it; thanks! Link to comment https://forums.phpfreaks.com/topic/96362-google-maps-now-working-in-ie-working-in-firefox-javascript-error/#findComment-495554 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.