On Jul 11, 7:54 am, AndyWahr <sama...@gmail.com> wrote:
> URL:  http://www.kingdomofbounce.com/new/Home.aspx
>
> I've tried regenerating the key for both:
>
>    www.kingdomofbounce.com
>    www.kingdomofbounce.com/new
>
> And I still get this problems, and thoughts?

Have a look at the source code in the browser. Your API script tag has
&amp;amp; in it, instead of &amp;

This can happen if you've something like FrontPage to develop the
page. Even if *you* correctly code &amp;, FrontPage will see a &
character and change it to &amp; regardless of the fact that you have
already done that. So you end up with &amp; followed by your amp;.

I don't know what you use to code your page, but it looks like you
only need to use & in that url. Your software will probably change
that to &amp; for you.

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 Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to