On May 13, 11:55 am, Brice <[email protected]> wrote: > > And this script isn't used in the maxContent infowindow. Any idea ?
It's not run because this line addEvent(window,"load",easyscroll); doesn't execute the script. You need to attach function easyscroll to the maximizeend event of the infoWindow. http://code.google.com/apis/maps/documentation/reference.html#GInfoWindow.maximizeend -- 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.
