Hi all I set up a couple more test pages. They look at the different options how to deal with the JSONP method. One uses a repeated timer, another one is with event handlers plus a single timer, another one makes use of a callback function plus a single timer. A recommendation is also given. But check it out yourself. Comments are welcome.
http://www.einberg-volleyball.de/maps/test/json2.shtml (including links to the other test pages) Jürgen On 26 Okt., 09:02, "Neil.Young" <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
