Vad jag har förstått så ska följande metatagg:
<meta http-equiv="pragma" content="no-cache">
förhindra att en sida hämtas upp från cachen hos en besökare. I varje fall om han/hon använder Netscape. Men om jag inte missminner mig så skall det finnas en liknande som utför samma sak på Explorer... någon som vet?
Det här hittade jag på Microsofts egna sidor... det kan väl ändå inte vara möjligt?! :q
To properly prevent the Web page from appearing in the cache, place another header section at the end of the HTML document. For example:
<HTML>
<HEAD>
<META HTTP-EQUIV="REFRESH" CONTENT="5">
<TITLE> Pragma No-cache </TITLE>
</HEAD>
<BODY>
This is an example of where to place the
second header section<br>
so that the "Pragama, No-Cache" metatag will
work as it is supposed to.<br>
</BODY>
<HEAD>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
</HEAD>
</HTML>
Om du tittar efter noggrannt i koden ovanför så ser du att MS föreslår att man ska lägga in ytterligare en HEAD-sektion i slutet av HTML-dokumentet. Icke rätt HTML 4 men de påstår detta ska fungera. Fick det inte att funka på Mac i alla fall...
253 ms totalt · 4 externa anrop · v20260731065814-full.1dc6f849