Try adding
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="Nocache">
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"Simon Wigzell" <(E-Mail Removed)> wrote in message news:foETb.380183$JQ1.95090@pd7tw1no...
| I have some server side database display code in a webpage. I would like the
| definitive answer to the question : How do I ensure that the latest version
| of the page is always displayed? I'm using this in the <head></head> area ::
|
| <meta HTTP-EQUIV="Expires" CONTENT="0">
|
| The intent is that every time the page is loaded of refreshed the browser
| will check if there is a newer version on the server. It doesn't work. In
| frustation I've removed every file from the directory in question and STILL
| it is displaying an old cached version. You'd think it would be the simple
| and obvious and default behaviour e.g. "ALWAYS DISPLAY THE LATEST VERSION OF
| MY WEBPAGE!". What more can I do?
|
| Thanks!
|
|