hi

I have some infoWindows containing 1 image each. On the canvas
containign the map that displays the infoWindows I have registered an
event listener that fires at onclick. The handler is pretty much like
this:

myHandler = function (e) {
   var trg = YAHOO.util.Event.getTarget(e);
   if (trg.tagName === "IMG") {
      // do stuff with the image
   }
}

the handler fires alright in FireFox but not in IE (6,7,8). Any
idea ???


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to