On Sep 20, 7:02 pm, Marcelo <[email protected]> wrote: > It works fine in IE8 and Chrome but it doesnt works with Firefox this > is the > link:http://www.hoga.org.mx/index.php?option=com_content&view=article&id=5... > when load the page it appear this message: > "This site requires a different key from the Google Maps API. You can > generate a new key inhttp://code.google.com/apis/maps/." > > im trying disable firebug complement but it doesnt works > > any suggestion?
It doesn't work in Chrome for me. You're not specifying a key. <script src="http://maps.google.com/maps? file=api&v=2.x&oe=utf-8&key=&sensor=false&indexing=true" type="text/javascript"> I suspect that your IE and Chrome have cached a version of the page which does include the key. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
