You put the script that creates your map inside the body of the html document (inside a <p> element). IE in general has problem with this approach but Firefox will try to render the map anyways. The easy thing to do will be to move the entire script that generates your map to a position between the </div> and </body> tag at the end of the html document. Please do not include any html elements, like the <p> element.
The markers are not rendered in Firefox either and IE complains documentElement is null or not an object. Since I could not retrieve the central_contactus.xml file from your server you need to make sure it is there and if it is that the proper permissions are set on the file to be retrievable. On Jan 3, 3:41 pm, Julie <[email protected]> wrote: > Any idea why this wont work on IE, but works for FireFox? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
