Anyway it is a good practice to 'hide' javascript from html parser by CDATA tag. Especially when there are html tags in javascript strings.
Just like Andrew recommended for validating in another thread. <script> //<![CDATA[ javascript //]]> </script> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
