To get this to work nicely with Google Maps you need to obtain the latitude and longitude information for each location and store that in your data. Since you don't have the ability to use "server side stuff", you're going to have to do that manually.
See: http://econym.org.uk/gmap/geomulti.htm for reasons why you don't want to try to ask Google to geocode the addresses every time someone opens the page. Also, since you can't use any "server side stuff", you won't be able to read your excel file directly. Javascript can't understand binary files. Each time you update your excel file you'll need to export it into some sort of text format, and upload that to your website. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
