> You asked for an alternative to GDownloadURL to without cross domain > access restrictions. JSON with a callback, which Mike correctly calls > JSONP, is an alternative to XMLHttpRequest bypassing browser security > restrictions. Each (XML & JSONP) is used for dynamic queries. Each > (XML & JSONP) produces dynamic results. Ordinarily, the server has to > do something different for every query. > > If are simply loading a static JavaScript file with a static SCRIPT > tag, the entire discussion has been a waste of time. Perhaps someone > else can explain it. I am running out of gas. > >
Thanks for bringing this down to the essentials, at last. Although we couldn't finally clarify this last issue, it was a very helpful discussion for me. I could successfully redesign the whole application and got rid of XMLHttpRequest, which doesn't work in limited IE6. That's what I wanted to achieve. Thanks to all. Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
