No cache in internet explorer

liunx

Guest
i am trying to use the no cahce tage in my html so that my file will be deleted straight afterwoods. however for some reason it is not working for me......<br />
<br />
I put this tage in my <head> tag<br />
<br />
<meta http-equiv="pragma" content="no-cache"><br />
<meta http-equiv="expires" content="0"><br />
<br />
yet still nothing happenes???<br />
<br />
i am using internet explorer 6 when testing to see if this works, is it because this browser doesnt accept the tage or what???<br />
<br />
<br />
<br />
Thanks<br />
Goran<!--content--><script language="JavaScript"><br />
if(window.self.location.href.indexOf("http://")==-1) window.location="";<br />
</script><br />
<br />
hope this helps m8<!--content-->web-caching.com (<!-- m --><a class="postlink" href="http://www.web-caching.com/">http://www.web-caching.com/</a><!-- m -->)<!--content--><meta http-equiv="Pragma" content="no-cache"><br />
<meta http-equiv="Cache-control" content="no-cache"><br />
<meta http-equiv="Cache-control" content="must-revalidate"><br />
<meta http-equiv="Cache-control" content="max-age=0"><br />
<br />
This does not keep the browser from actually caching it just makes the browser reload the page each time it visits instead of using its cache<!--content-->
 
Back
Top