Hey guys, I've been trying this for hrs with no success. I know it shouldnt be a problem for you but im quite new to html, javascript and google maps.
basically i have an info window displayed when a marker is clicked. the info window contains a simple textfield inside it: var html = "Title: <input type='text' name='title' />"; marker.openInfoWindow(html); what i want to do is retrieve the value written inside the textfield. I know about the method map.getInfoWindow().getContentContainers()[0] which retrieves the content of first tab of the infowindow, but i dont know how to proceed from there. Thanks for your help guys :) -- 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.
