On Jan 27, 8:52 pm, Chris_H <[email protected]> wrote: > I am not sure you are right? If I remove the calls to GoogleMaps then > the rest of the document loads fine? Only when I try to load the Map > does it fall over? > The first link you gave me about tags in document.write did say the > best defense is to escape all end tags??
Escaping *all* end tags is for compliance with xhtml standards, but not critical. Escaping <script> tags is critical. Notice the last two lines in that first link: "If escaping doesn't work... ". What will work and what will not depend on a lot of other factors, like what code was exacuted previosly, which browser, etc... As said earlier, it is purely a javascript issue, and to give you an exact answer I'd have to run your code in my machine and see what works, but I never do that in connection with questions, in this group, that are not about the Google Maps API. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
