On Oct 25, 9:47 pm, "Neil.Young" <[EMAIL PROTECTED]> wrote: > I still have to renew my claim: onreadystate just reflects the state of > the loading/execution of the script tag in the browser and does nothing > say about the progress or even the results of a server side execution.
Returning a JS file immediately without waiting for your server to produce results is not the way most people use JSON with a callback. The JS file should contain the results of the query. Otherwise, what purpose does it serve ? > "Non existent JS files" - there is no such a thing in my scenario. There > is an ASPX file and a web app behind on a server, the server responds in > any case (except she's dead). A bad URL will never call your JSON callback but it will call your event handler. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
