-
Hello All,
I put a 'no-cache' tag in the head of one of my HTML docs and I still have to clean out my browser's cache, even after I've realoaded the page by clicking the refresh button in IE 5.0.
Here's the header, take a look and let me know if I missed something. Do I need to move it closer to the top?
<html>
<head>
<title>Cosmic Custom Airbrush Q&A Message Board</title>
<meta name="keywords" content="cosmic custom airbrush,paint,airbursh,custom,cars,motorcycles,vans,trucks,helmets,t-shirts,tshirts,painting supplies,tips,harley-davidson,harley,honda,acura,volkswagon,aloha,hawaiian,art,">
<meta name="description" content="Cosmic Custom Airbrush - Hawaii's premier custom airbrush studio specializing in motorcycles and helmets, cars, trucks, vans, and anything else that can be painted.">
<meta name="content" content="general">
<meta name="rating" content="all ages">
<meta name="author" content="C and M Web Design">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta content="no-cache" http-equiv="Pragma">
<style type="text/css">
<!--
a { font-weight: bold; color: #000099; text-decoration: none}
a:hover { font-weight: bold; color: #00BD7B; text-decoration: none}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000099" vlink="#000099">
Thanks,
Mike
-
Not all browsers support this tag as with any other tag. While the W3C puts out a recommended list of Tags for a HTML specification, the browser company gets to decide whether or not they it and to what extant. I believe that Microsoft's implementation of this tag is spotty at best and it should be used with caution.
------------------
Wayne Luke
The Majormud Encyclopedia - www.bloodquest2.com
Come Play one of the hottest games on the net.
-
Well,
there is a known bug in Netscape ( http://www.jp.netscape.com/security/notes/nocache.html ). In IE theres is also a bug (surprise, surprise) the description and fix are at http://support.microsoft.com/support.../Q222/0/64.ASP
jbm
-
I checked the documentation you pointed to and I think I'll give it a shot. Thanks a lot!
-
-
The Netscape issue was null as it worked just fine in Netscape, but with IE, it still won't do what I want it to and I'm applying the code suggested.
It's a simple forum at http://www.cosmicairbrush.com/forum/. Please take a look and let me know what's going on.
Mike
-
I just tried it and it worked just fine for me too. But if you still have time, another look would be greatly appreciated.
Mike
-
it seemed to work fine for me, the page wasn't cached. I also looked at your code and didn't see anything that would make it not work... i'll look at it again tonight just to make sure.
jbm
-
Hello,
Try this code, it might work:
<meta http-equiv="expires" content="0">
-Jason Weinstein
weinstein@sympatico.ca
http://www.maximumedge.com
-
Fluffer,
We got it to work, butI'll definately add that bit of code to my bag of tricks
-
DynaMike, I just looked at it again and it seems to work just fine.
jbm
-
Yeah, it's working just fine! Thanks for all your help!