> This means that if you close the pop-up and open it again that it will > stay checked.
When you close an infoWindow, its content is destroyed. There are at least two approaches; Use a script to remember what you want as javascript variables, and update the infoWindow content upon opening. or Populate the infoWindow from some hidden HTML elements, and keep those updated when the real infowindow is changed. Either way is standard DHTML interaction, and not map specific. -- 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.
