On Oct 25, 6:24 pm, "Neil.Young" <[EMAIL PROTECTED]> wrote:
> .... actually not the end of the lane :(
>
> bratliff, the events are firing (onreadystatechange goes from "loading"
> to "loaded" to "complete") ... B U T: "complete"  is not the end of the
> request, it is just an information, that the _script_ is loaded. But
> because the script calls server side code, this might complete
> asynchronously (with OK or faulty). So I see no alternative to Jürgen's
> solution using a medium res timer.
>
> Regards

You server should not return the JS file unless it has complete
results.  Do whatever you have to do then return the JS file.

Also, if you will be recalling the same file using the same name, you
will have to defeat your browser's cache with a bogus parameter in the
URL.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to