Getting browser to get latest page

S

Steve Grosz

How can you get the browser to get the latest information
from the server each time?

I've tried adding these META tags at the start of each
page, but it doesn't seem to have any effect:

<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Sun, Dec 31 1970
12:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">

Thanks,
Steve
 
T

Thomas A. Rowe

See:
http://www.mnot.net/cache_docs/

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top