Also, when fetching the data with AJAX, you need to take measures to 
prevent MSIE returning the old copy of the data from its cache. There's 
two ways to do that, you can set the expiry headers to tell browsers not 
to cache the data, or you can add a varying parameter to the end of the 
URL so that the browser treats it as a different URL to the one it has 
in its cache.

Most (all?) browsers other than MSIE are smart enough to recognise that 
the data is being dynamically generated, and don't serve the old data 
from cache.

-- 
Mike Williams
http://econym.org.uk/gmap



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to