OK, With distant URL, i ment that it is not a "local" file... sorry...
I tried your suggestion, and it works. I was just trying a similar solution with a "phantom query" to the URL but based on file modification time. It would avoid reloading the image if it has not been modified (about every 15 min) But i can't find an easy solution with Javascript. I don't want to use some PHP code in my page.... Thanks, On 31 juil, 17:51, "[email protected]" <[email protected]> wrote: > On Jul 31, 8:42 am, tk5ep <[email protected]> wrote: > > > Hi Larry, > > > I already tried everything i could with the META tags (no > > cache,expires=0) , but nothing helps... > > IE doesn't know that the image has changed so it doesn't get it again. > > > > > I use some javascript to reload my own page : setTimeout > > ("window.location.reload();", 1000*60*10); > > > And with : > > var oldmap = new GGroundOverlay("http://www2.meteox.com/radareu.php", > > boundaries); > > > i load a distant URL which, despite the url, returns a GIF file. > > What is a "distant URL"? > > > > > How can i force a reload of this distant URL ? Javascript somewhere ? > > You could try adding a querry parameter to the URL: > "http://www2.meteox.com/radareu.php?nocache="+(new Date().getTime() > > -- Larry > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
