> http://www.echangers.fr/polatouche/phpsqlajax_map.php
Check your javascript error - use a debugger. 'moveend is not defined' You're attempting to use a function in a GEvent listener before you've defined it. You just need to move the function definition to before you use it. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
