On Sep 30, 6:02 pm, thomas correge <[email protected]> wrote:
>
> I Program APX pages, using VB.net for code behind. problem appears
> with different browser.  I use a reimers.map object  (http://www.reimers.dk)
> Any idea ?
> Perhaps, a problem with life cycle of the page ?

You are loading the script three times, twice using the ordinary
<script> loader, with a key which is presumably correct, and once
using the AJAX loader, which sets
  key=No Key set
and that is producing the message. Because you have already loaded the
API successfully, you get a map.

You need to sort out how to load the API: you only need to do it once.

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