On Sep 10, 5:44 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> I've tried every single no-cache trick for internet explorer I know in
> the hopes of having it refresh but just can't crack this.
It's here, isn't it? (I don't use JQuery)
$.get('markers2.xml',function(data) {
If you're getting a flat file, IE will cache it, although it appeared
to work for me just now. You could do something like
$.get('markers2.xml?'+Math.random(),function(data) {
There are other methods too, like using the current time.
However, getting a flat file is not a particularly good idea. What
happens if it's being re-written with a new point when someone else
tries to read it?
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
-~----------~----~----~----~------~----~------~--~---