I tried to have a quick look, however your application is quite integrated, is it possible to isolate your example onto a seperate page
The problem may be in your syntax (of your Gmap3.js file) where you are constructing the contentString. Try simplify this string, and do not use "#" for the href element. You should pass javascript:void(0), or better yet your function here... I can however say with confidence, that JavaScript generated HTML will correctly work inside the infoWindow in IE6+ On Feb 7, 5:22 am, Farm Fresh <[email protected]> wrote: > I saw this "holes" problem described elsewhere but no resolution: > > Map example:http://www.farmfresh.org/food/farmersmarkets.php?zip=01608 > > HTML for the links in an infowindow is generated by Javascript. IE6 > and IE7 treat a click on the links on the bottom as a click out of the > infowindow onto the map. So a click there simply closes the > infowindow. FF, Safari, Chrome, IE8 all work as desired. > > Currently I set it so the links don't display at all in IE6, but you > can still see the bug in IE7. > > Any ideas? -- 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.
