That presents a problem. How do I go about making the listener in the markerlight2 script listen for the click and on click open up the info windown and then close the info window?
On Oct 16, 3:18 pm, Ralph Ames <[EMAIL PROTECTED]> wrote: > >When trying to click on a marker, I get the error: > >Error: marker.openInfoWindowHtml is not a function > >Source File:http://hardins.com/retail4.htm > >Line: 351 > > The MarkerLight script has this > > GEvent.addDomListener(div, "click", function(event) { > me.clicked_ = 1; > GEvent.trigger(me, "click"); > }); > > I think this script was a quick demo to show an alternative to Gmarker. > > Ralph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
