You are here: irt.org | About | Feedback | 2519 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1419
Sent by
Berend Engelbrecht on March 21, 2001 at 05:30:42:
Worth:
Worth reading
Comments:
There is a (much) simpler way to accomplish this: just put a second html header containing a second NO-CACHE meta tag below your page body, as follows:
<HTML>
<HEAD>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</HEAD>
<BODY>
...
</BODY>
<HEAD>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</HEAD>
</HTML>
As documented in MS knowledge base article Q222064
Regards,
Berend Engelbrecht