Hello All, I am developing a fairly complex Google Map system. I am doing this on a Mac, which makes testing and debugging IE issues pretty difficult.
We've gotten through most issues, but we are stuck on one piece of functionality. The following link works fine in FF: http://www.ecotourism.org/site/c.orLQKXPCLmF/b.4835291/k.EA38/Ecotourism_Explorer.htm?linkpoint=250483320 (it should load the map and jump to a point with a custom info window) relevant JS is here: http://www.tiesmap.com/ties/tiesmap.js http://www.tiesmap.com/ties/tiesinfowin.js But in IE, I just get the map loaded. It doesn't jump to the point. Basically, I have a javascript function that reads the document location, splits it, finds the linkpoint=##### part and then asks the server for the marker info using JSON. I have to use JSON to load the marker info, as I am working with 2 servers, so AJAX doesn't work. Once the marker info is found, it send it back to Javascript, creates a marker and loads it. Seems simple enough to me, and works fine in everything but IE. I've tried tons of different ideas and javascript changes, but can't find the problem (I am kinda shooting in the dark with the Mac) Can anyone see where the issue is with IE? Possibly with the JSON, or maybe it is with the variable split, or maybe with the function that is called with the JSON? Any ideas? Or alternatively, does anyone have ideas for debugging stuff for IE by using a Mac? I use firebug and tons of other add-ons with FF to debug things, but even then, IE still gets caught up now and then. Thanks for your help in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
