On Mar 10, 11:12 am, marcelo <[email protected]> wrote: > There are a million stupid alert boxes that keep coming and lock up > the browser!
It would certainly be a good idea to... (a) remove the alerts (b) search the group for "top left corner" because your code doesn't work in IE -- you shouldn't have Javascript inside a table [or indeed any other element] (c) say what you would like to happen Currently your code doesn't appear to remove any markers. You create a marker and then remove it without adding it. To remove markers you have added to the map, you need to retain a global reference to it -- eg in an array -- in order that it can be referred to in your removeMarker function. But so far, it's not clear to me how you intend to indicate that a marker should be removed. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
