On Dec 17, 5:12 pm, Antony <[email protected]> wrote: > The map I am using is here:http://antmangx.googlepages.com/googlemaps.html > Although as I stated, the error happens even when I don't create a map > and simply include the API, so it might not be that relevant.
That page has this code in it: <script src="http://maps.google.com/maps?file=api&v=2" type="text/javascript"></script> and it does indeed contain a reference to window.external.pageT. The script call should look like <script src="http://maps.google.com/maps? file=api&v=2&key=ABQIAAAAPDUET0Qt7p2VcSk6JNU1sBSM5jMcmVqUpI7aqV44cW1cEECiThQYkcZUPRJn9vy_TWxWvuLoOfSFBw" type="text/javascript"></script> and the file retrieved from that src doesn't refer to window.external. If you're a Premier client and don't need a key, you should ask your Premier support contact. If you don't have a Premier account, you need to use a key. And using a key may well solve the problem. (It works without a key *either* because you're a Premier customer *or* because you're using a domain owned by Google, which has peculiar validation rules) 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 -~----------~----~----~----~------~----~------~--~---
