On Mar 23, 8:28 am, "[email protected]" <[email protected]> wrote: > i keep getting this message on my map : Maps API Key used on this > website was registered for a different website" now i have double and > triple checked it i even got another key and i still get this message > when i first try to veiw the map i get this message but after i ckick > ok the map comes up and everything is fine. it's just at the beginning > any idea what i'm doing wrong as this is the first map i have put > together for my flight simulation flying server. the map follows our > aircraft like it's supose to do. you can veiw it here: > > http://24.11.76.13:81/User995.html
Your HTML is not valid (your </body> tag is before your <body> tag among other things): http://validator.w3.org/check?uri=http%3A%2F%2F24.11.76.13%3A81%2FUser995.html&charset=%28detect+automatically%29&doctype=Inline&group=0 As the map shows eventually, you do have a valid key, I suspect you are just confusing the key checking code. Usually that happens when you include the API code twice, but I don't that. -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
