On Oct 25, 10:44 pm, "Neil.Young" <[EMAIL PROTECTED]> wrote: > To be more specific:> So, I cannot find any reason to use this events at all. > And again: > > onreadystatechange/onload just tells you, that the browser has > > recognized and handled your _script_tag_ . It does not give you any > > information, of whether the action referred to in "src" has been done > > successfully or erroneously... > > in my use case! Maybe it is a different thing with "src=xxx.js" > > Regards and Good Night
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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
