On Nov 7, 6:52 am, RandomThoughts <[EMAIL PROTECTED]> wrote:
> ...
> var myDate = new Date();
> var myTime = myDate.getUTCMilliseconds();
> GDownloadUrl("getprogress.php?progress_key=5&time="+myTime,
> function(percent, responseCode) {
> ...
Looks sensible. You been thumbling with GDownlodUrl() and IE7 reading
Http response status. What does IE7 return as Http status when it
reads from cache?
I had a download error detection with GDownloadUrl() but I deleted it
because IE7 did not always pass
if(responseCode==200)
though it downloaded the file correctly.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---