how do i make a page refresh each time the page opens?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know how to keep my visitors seeing the most recent version
of a page - instead of the cached version that they may be looking at if
there computer is set wrong
 
The page will go in a continual loop - reloading every time it loads.

If the page changes frequently, then every link to the page should be
of the form pagename.htm? The "?" will cause the browser to reload
from the server, and it defeats proxy server caches.
 
Back
Top