Wasn't it Chuckie Hizon who wrote: >Really? Never thought of it that wah. LOL. > >So, HTML inside that pop up baloon can call javascript functions on the >page itself? >The HTML text inside my popup baloon is generated on the fly, like when >the user clicks on the marker itself. So can that >on-the-fly-generated-HTML of mine can still call whatever javascript >function on the same page?
Yes. The browser doesn't know the difference between HTML that's in an infowindow from HTML anywhere else on the page. As far as the browser is concerned, the infowindow contents is just another ordinary div. -- Mike Williams http://econym.org.uk/gmap -- 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.
