On 30 December 2010 16:31, projectjerel <[email protected]> wrote:
> Hello,
> I've stripped this down to specifically the map, and for whatever reason I
> can not see it on any browser but IE8.
> here's the url
> http://www.tellusmore.net/pittsburghpa/mrwaterheater/test2.php
>
> i have it open in all of them, no clue what i'm missing,
Firefox shows an error, initialize is not defined. That may have
something to do with an extraneous comma in line 39. IE does odd
things with commas.
35 openInfoWindow = function(marker, address, phone, full) {
36 var markerLatLng = marker.getPosition();
37 infoWindow.setContent(['t'].join(''));
38 infoWindow.open(map, marker);
39 },
40 /* /OPEN WINDOW */
41 function initialize() {
--
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.