Thanks for the help Andrew. I did just that at it fixed everything up As for the validation, I'm aware it doesn't validate. I propped something up to make it work as it was on our prod box. If you also look at 90% of the errrors, they're trying to validate string values on JavaScript that once used in the page are valid DOM
Sent from my iPhone On Jun 24, 2009, at 6:13 PM, Andrew Leach <andrew.leach. [email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
