On 10 May 2011 14:57, Manchak <[email protected]> wrote: > I mean I want a streetview like that, but with the link in the infowindow, > not with a button
So just have a link which calls the function, instead of a button. <a onclick="toggleStreetView();return false;">Toggle Street View</a> http://www.bradino.com/javascript/onclick-return-false/ -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
