The url does not work here.
On 9 jan, 20:05, Brian <[email protected]> wrote:
> I have a custom map (can bee seen
> athttp://140.174.69.24/transportation/hiringarea_test.aspx).
>
> This map works just fine in IE6 and IE7. But does not load in FireFox
> 3.0.5.
>
> I can not seem to find what is causing it to not load in FireFox but
> load in IE.
>
> The map only has the basic map load functions
>
> function mapload() {
> if (GBrowserIsCompatible()) {
> var map = new GMap2(document.getElementById
> ("map_canvas"));
> map.setCenter(new GLatLng(38.63067, -94.5888), 4);
> map.addControl(new GSmallMapControl());
> map.addControl(new GMapTypeControl());
>
> }
> }
>
> <div id="map_canvas" style="width:700px; height:475px;"></div>
>
> Anyone help? Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---