On Nov 8, 12:17 am, jafar-auto <[email protected]> wrote: > He received the key to addresshttp://myh-studio.ru. > When the page is loaded alert (window.location.host) shows: myh- > studio.ru > API I connect like this: > <Script type = "text / javascript" > src = "http://maps.google.com/maps?file=api&v=2&key =<key> & sensor = true " > </ Script> > Get the message: > "This website requires a different key Maps API Google. New > can be found on pagehttp://code.google.com/apis/maps/signup.html. " > When a new key generation, key turns the same as in > previous time. > Address of my page:http://myh-studio.ru/JaFar
You have white space in your URL for the maps script, that is not allowed: <script src="http://maps.google.com/maps?file=api&v=2& key=ABQIAAAAiAZ5FwGYIJu862S04S4yzBQm_u6JbYVRTL4ARVcbkc1GRPQSZRTpWIIkDEizNosIXY0ovSHXrdyaZw& sensor=true" type="text/javascript"> (remove all the carriage returns, spaces and/or tabs) -- Larry > For that name too many times to generate keys. > Effect - the same! > Sincerely, > Sergei Dokin -- 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.
