On Jun 24, 6:11 pm, 83maxi <[email protected]> wrote: > Google Maps API - API Key Signup > > Your key is: > > ABQIAAAA4BYxNrRtag3Thxl9ivJxTBSdWlkFrklBzAuocQmX7wrLBtta9hQ9b98NNjiES9JNd39 > 80y90EH9GXw > > This key is good for all URLs consisting of this registered domain > (and directory if applicable): > > http://xn--la-espaola-z9a.com.ar/ > > FIREFOX 3.0 - alert blank javascript > IE 8 - alert blank javascript > SAFARI - ok > CHROME - ok > > http://la-española.com.ar/contacto/
I don't understand what you're saying. The problem is your internationalised domain name (IDN). Some browsers understand it; others convert it to punycode. I get a map and no alert in Firefox 3 and Chrome for http://la-española.com.ar/contacto/ -- it appears you may have got round the problem by storing Google's code as /js/googlemapsapi.js, which is a violation of the Terms of Service. The correct solution is to get a key for the IDN name in an IDN- compliant browser (FF3) and the Punycode name in a non-compliant browser (Chrome) and then use a key-switching mechanism like Michael Geary's at http://groups.google.com/group/Google-Maps-API/browse_thread/thread/c804b74034915665 Even then there is no guarantee that the IDN name will work correctly. The best solution would be to register and use la-espanola.com.ar -- or to put the map in an iframe which you reference using the Punycode version explicitly, as that will work in any browser. 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 -~----------~----~----~----~------~----~------~--~---
