Try putting this html to your info window: var html = "<button onclick='map.zoomOut()'> Zoom out </button>";
Instead of button you can use any html element. And instead of map.zoomOut() you can call any *global* function. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
