> //setInterval("grabData()", 2000); Well, obviously it won't do anything because it's commented out. If you want people to see the problem properly, its best to let them see the problem?
grabData() is defined as a function local to (inside of) load() When load() has finished, grabData() ceases to exist. Functions used by setInterval() must be in global scope. 'map' is defined as an object local to load() ... 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 Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---