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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
DaveLinger Posted March 19, 2008 Author Share Posted March 19, 2008 Yep, that was it; thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.