On Mar 22, 9:07 am, Rossko <[email protected]> wrote: > > The app can be seen > > athttp://tysonsvisitor.110mb.com/interactive_map/interactive_map.htm > > Why have you destroyed the API's GUnload() function? Be kind to your > visitors and put it in the body unload event! > > I can't see exactly why the infwindow fails in IE. There's a > javascript error even before anything is clicked in IE, which is > probably related? '__e_' is null, but I don't have a sensible IE > debugger to follow that up; I think it often has to do with undefined > markers.
That is still due to this call in the onload function: javascript:myclick(query['id']); (id is undefined) > > Different IE/FF behaviour is suggestive in this case of an issue > involving null or undefined values perhaps. > > Also your creatmarker() works in an unusual way, pushing a "blank" > marker onto a gmarkers[] array and then adding the details via gmarkers > [gmarkers.length-1].mycategory etc. I wonder if the "array > enhancements" script is affecting that? > > cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
