HI,

I've read as may past questions as I could but did not find the answer
to my issue.
I'm integrating the maps API on a site with an:

- UNLOGGED area
- and a LOGGED area ( but Free of charge), to protect people's privacy

since this site is a social network for parents who sign up and fill
out a short profile.

I've tried a number of things to solve the very strange issue at hand,
ie,
-- > the map API works FINE on the unlogged pages,
-- > but I get the message the key has been registered for another
site on the LOGGED pages.

-- The last key I registered ( among the dozen I tried) is for:
 http://internationalparents.net

so it should cover all directories and pages under that, shoudln't it?

I tried registereing different keys for the different URLs, that
didn't work either.


-- Here are the URLS:

UNLOGGED:
http://www.internationalparents.net/beta/index_region_unlogged.php?nom_club2=Bordeaux

LOGGED:  ( use: 'tomate' and ' coucou' to access, without the quotes)

http://www.internationalparents.net/beta/index_region_logged.php


The code is identical for both pages, with ,a s mentioned, either the
same key or separate keys, with only the UNLOGGED version working...

Code extract:


   <script src="http://maps.google.com/maps?
file=api&amp;v=2&amp;key='google key'" type="text/javascript">
           </script>


Use in php/html:

  echo" <div id=\"map\" style=\"width: 292px; height: 265px;overflow:
hidden; clear: both;\"></div>";

Thanks a lot for any insights,
C










--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to