[Javascript] Use javascript to stop linked CSS getting fetched from cache?

Mike Dougherty mdougherty at pbp.com
Fri Jun 15 16:22:06 CDT 2007


On 6/15/07, Barney Carroll <barney at textmatters.com> wrote:
> a) find a way to make sure the linked CSS is reloaded on page load

can you configure the cache settings on the server to put immediate
expiration on the css files in question as they are served?  if left
unconfigured i think it's browser's choice, if specified the browser
(and any intermediate proxy) should honor the cache control info in
the header.



More information about the Javascript mailing list