On Sep 8, 11:34 am, KirAsh4 <[email protected]> wrote: > This snippet of code doesn't seem to want to work in IE: > > map.addOverlay(R209_Polyline); > GEvent.addListener(R209_Polyline, "click", function() { > alert('R209 clicked'); }); > > Firefox and Safari trigger it, but why won't IE do that? What's the > work around?
My guess would be that you haven't declared the R209_Polyline variable and/or have a div with id="R209_Polyline", however that seems somewhat unlikely. Link please? -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
