> My html editor shows me a message saying that in XHTML 1.0
> Transitional the tag <html> cannot contain a tag <script>.

<html>
  <head>
    <script ...    <<--  okay
  </head>
  <body>
   <script ....    <<-- okay
  </body>
   <script ...  <<-- not allowed, but this is where yours is
</html>
All content must be inside of <head> and <body> tags

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to