On Oct 28, 8:42 am, Tammy <[email protected]> wrote:
> I get the api key from this 
> url:http://code.google.com/intl/vi-VN/apis/maps/signup.html.
> I create html include:
> //=============================//
> <head>
> <script type="text/javascript" src="http://maps.google.com/maps?
> file=api&amp;amp;v=2&amp;amp;key=ABQIAAAA2jOlOYlyyP9l3Kvy8pY2pRSJ03n5IZ2jFMN6qpkVWl9IPAme0RQRCUvyqazacpvLfvHPmgM54L5Y0Q&amp;sensor=true"></
> script>

That line is the problem. Where you have &amp;amp; you should only
have &amp;

If you are using something like FrontPage to create your code, it will
change every & into &amp; for you, so if you correctly write &amp; it
will be changed into &amp;amp;

The solution is to change that line so that it reads file=api&v=2&key
(using only & characters, not &amp;)

If that still doesn't work, please follow the posting guidelines and
post a link to the map online.

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

Reply via email to