On Jun 24, 9:35 pm, Anthony <[email protected]> wrote: > > Message: Unknown runtime error
This error indicates that IE is having trouble with the DOM. IE doesn't handle XHTML self-closing tags, even when you specify an XHTML doctype -- which you haven't because there is whitespace before it. Change <a name="map /> into <a name="map"></a> and it works. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
