Hi,

The solution that adds a random value into query string when loading
the XML file works.

What I did in my case is this:

<code>
var nocache=Math.floor(Math.random()*9999);
jQuery.get("data/markers/markers.xml"+"?nocache="+nocache, {}, function
(data) {
    // loop through all records & create markers
}
</code>

Thanks.
Mac

On Sep 24, 8:00 pm, Andrew Leach <[email protected]>
wrote:
> On Sep 24, 6:43 pm, Mac <[email protected]> wrote:
>
> > Hi,
>
> > It seems that Internet Explorer (all versions) caches XML that
> > contains coordinates for markers.
>
> It does. Perhaps we need a page of "More FAQs", especially since the
> Group search facility is broken.
>
> Subvert IE's caching by providing a dynamic url. Not sure of the v3
> syntax -- this isn't the v3 Group -- but use something like
>
> GDownloadUrl(filename + "?dummy=" + Math.random(), callbackFunc)
>
> Andrew
--~--~---------~--~----~------------~-------~--~----~
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