> the link:http://www.everdict.org/test/
What browser are you using? It works as expected in FF2 for me, no extra markers. That makes me think it's a timing issue ; will the infowindow get closed before the click from your <input> elements drop through? If it does get closed, the click ends up on the map. If not, it ends up on the infowindow which does nothing with it. saveData() always finishes before the infowindow is closed, because the closing is done only after an AJAX call completes. nosaveData() depends on how fast the browser is. Simplest fix might be to put the closeinfowindow call in a settimeout so it executes later. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
