I don't know a meta tag that does that, the best way is to tell your visitors to hit ctrl + F5. that reloads the page completely...
does anyone know a meta tag that will cause the page to force to be reloaded every time the browser goes to it?
example: joe goes to index.html, then joe comes back and the browser knows not to load the page out of the cache and it knows to download it again.
thanks in advanced
I don't know a meta tag that does that, the best way is to tell your visitors to hit ctrl + F5. that reloads the page completely...
Starlight Hosting - 5 Star Hosting at the Speed of Light
http://www.starlighthosting.com/
I believe the tag you want is something along the lines of
And there is rather a fun implementation of this on Microsoft's knowledge base, which goes slightly against the HTML standard as far as i'm awareCode:<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
http://support.microsoft.com/default...EN-US;Q222064&
Bookmarks