Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1419, March 21, 2001 at 05:30:42:

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


©2018 Martin Webb