On 16 January 2011 16:49, Siflah <[email protected]> wrote:
> Okay, this is not the issue because we have already tried to remove all the
> analytics code and the page still didn't work.
> So the error must be in the google maps part.
The fault is being flagged within the API code, here:
function Sg(a,b){return a.backgroundColor=b}
because b is "#fffff" (five f, not six). You can't set backgroundColor
to an invalid colour in IE.
That would appear to be an issue with line 244 of your page:
mapOptions.backgroundColor = "#fffff";
This doesn't mean that Rossko was wrong to suggest that getting the
Analytics code right is a good idea. It is.
> we are behind schedule and we need to get this right asap.
http://catb.org/~esr/faqs/smart-questions.html#urgent
--
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.