On Mar 23, 11:34 pm, "[email protected]" <[email protected]> wrote:
> that might be true that the error go's away but so does the map and
> now it don't work at all?

You do have to write valid HTML to get a webpage.  I get the
impression you may not have done this before, starting off with a maps
API page is not perhaps the best way to learn the basics.

Anyways, your page now looks like ...

> <!DOCTYPE>Pilot Locator via Google Maps
> <HTML>
> <HEAD>
> <META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
etc etc,

The > marks are actually in your page on every line, you don't want
those.
Adding a valid doctype requires a bit more detail - see Google Maps
page one -
   http://code.google.com/apis/maps/documentation/introduction.html

You still don't have a <body> tag following after the </head> tag, and
you still have code after what should be your closing </html> tag.

good luck, Ross K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to