On Dec 7, 8:20 pm, Ashwani <[email protected]> wrote:
> > marker.bindInfoWindow(result.html.cloneNode(true)); > IE6 and IE7 have bugs that make using cloneNode() hazardous. You could try instead: marker.bindInfoWindowHtml(result.html.innerHTML); -- 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.
