Technically, IE6 is not a supported browser for the v3 API. However, you might get someone to help you if you follow the posting guidelines and provide a live link to your map (not post code).
Chad Killingsworth On Nov 10, 5:56 am, helpme <[email protected]> wrote: > HI google, > > This only occurs in version Google Maps API 3.2, not in Google Maps API > 3.1 > > -Version Google Maps API 3.2 > -Internet explorer 6.0.2800 > -jquery 1.4.3 > > POF: > for example: > <iframe src="page.html" id="iframe_104729" title="" frameborder="0" > height ="1500" scrolling="no" ></iframe> > > page.html contains the following code: > > <script > src="http://maps.google.nl/maps/api/js?v=3.1&sensor=false®ion=NL.../> > > loading the googlemaps markers in this function: > $(document).ready(function() { ... } > > //create the marker object > var marker = new google.maps.Marker({ > position: ...., > map: ..., > title:i...., > icon: ....}); > > ...... > google.maps.event.addListener(marker, 'click', function() { > infoWindow.setContent(infowindow_content); > infoWindow.open(map,marker); > > }); > > After this, the infoWindow is not shown. > > Strange thing is that without the iframe, the page is working correctly. > > How can i solve this problem other than by using 3.1 version > > Also, does google have some tips on how to improve the speed in ie6 > when loading like 40-100 markers on one page? -- 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.
