Ano-Tech Computers
Enter keyword:

HOWTO make a HTML page refresh or turn of cache
Problem:
Web pages won't refresh or update. Web pages keeps caching to client. How do we fix that? With a baseball bat?
 
Solution:
It's easier to use META tags:
Refresh:
<META http-equiv="refresh" content="3,http://www.domain.com/page.html">
(ref: www.w3.org)

No-cache:
<META http-equiv="pragma" content="no-cache">
(ref: www.w3.org)
 
Discuss this solution
Did this article solve your problem? Yes No Did not apply

We welcome anyone who is willing to contribute to this public knowledge base, contact siteadmin@atc.no if you have information you would like to share. The idea is not to replace the commercial support sites, but to publish those hard-to-find solutions you've found yourself looking for over and over again.

Show all articles