On Jun 5, 6:28 pm, Harry <[email protected]> wrote:
>
> What other kind of errors cause this alert

The errors are all in the format or content of the script tag which
reaches the browser. In the case of the other problem in this thread
it was a FrontPage-style problem of the browser getting &amp;amp;
instead of just &amp;. That is, the coder correctly codes &amp; and
the initial & is encoded automatically to &amp; even though it's
already got that, ending up with &amp;amp;. Getting the sensor
parameter wrong (eg leaving it as true_or_false) can also be an issue.
Apart from actually getting the key wrong, those are the two most
common issues.

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