On Mar 9, 1:31 pm, "[email protected]" <[email protected]> wrote: > > I have had a couple of responses already > and i have tried to both true and false value and i have tried with > and without the www. > > http://thediningclub-london.co.uk/test.html > and as you can see from the link above - it still doesn't work
That's because you have copied the documentation and included a line- break in the src="" string in your <script> tag. Strings can't have line-breaks in them. Pamela, **please** get the documentation sorted. We are getting more queries about this than practically anything else. > once you create a key connected to a url - does that mean subsequent > request for that same url will give you the same key? or a different > key? then what happens to the validity of the origonal key? > how do you find out what key points to which website. A key is simply a hash of your Google account identity and the website URL. So you will always get the same key for one of your URLs. Someone else with a different account will generate a different key (but they won't be able to use it because they won't have access to your server). There is no central register of keys: it simply provides a mechanism where Google can check who is responsible for a particular website. It allows Google to block a particular website or an entire account, if they consider it necessary. 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 -~----------~----~----~----~------~----~------~--~---
