Sorry if my earlier response was confusingly out-of-sequence, I'd missed that we were on the second page in groups web view ...
> I have and I used is as a base... Before you can use things like GMap2, GMarker, etc., you have to tell your page to load the API script - <script src="http://maps.google.com/maps?file=api.... Ralph is telling you that before you use MarkerClusterer(), you have to tell your page to load the javascript containing it. The page cannot guess where to look. <script src="whereveritisonmyserver.js.... The usual thing is to do that right after the API load An extra 'x' has crept into the beginning of your script somehow. 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 -~----------~----~----~----~------~----~------~--~---
