On Mar 8, 7:22 am, Fujio Kojima <[email protected]> wrote:
> Hey guys.
>
> I'm making a website and using Google Maps JavaScript API v3, but
> Actually it doesn't work in IE.
> I can see it on Google Chrome and safari, but in Firefox it sometimes
> doesn't work.
>
> It's my website and code.
> So please check it and advise me.
>
> http://pickupsocial.appspot.com/
>
This is getting to be a FAQ.
In IE(6) I get a javascript error:
Line: 154
Error: Expected identifier, string or number
This is the code:
var marker = new google.maps.Marker({
position: latlng,
map: mapObj,
// icon : icona,
title: this[0],
});
The issue is the "hanging comma" at the end of the object. IE expects
it to be followed by another identifier. If it is not, it throws an
error.
-- Larry
>
> Anyway, thank you for your attention.
> Fujio
--
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.