Jeff Waugh wrote:
> 
> > How do I tell the browser/proxy that I don't want this page cached? This
> > situation is slightly different to Mike's, as I understand it, because
> > his HTML does not change, only the image being displayed. In my case,
> > the HTML is completely different, and I want it all to reload.
> Just use the pragma no-cache header in the example given before...
> Or just throw in the meta tag:
> <meta http-equiv="pragma" content="no-cache">

Just tried that. I think this is correct.

<HTML><HEAD>
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"/>
</HEAD>
<BODY>
ect....

Still the same problem. Gif does not want to update.

> Oh, and just to trash IE 3 and 4 for a moment... The way it works out what
> to cache is borked, so unless you include an extra <head> tag and the
> no-cache meta *after* the entire <body> section, it will still cache it!

Using Netscrape.

--------------------------------------------------------------------
Michael Lake
University of Technology, Sydney
Email: mailto:[EMAIL PROTECTED] Ph: 02 9514 1724 Fx: 02
9514 1628 
URL: http://www.science.uts.edu.au/~mikel
Linux enthusiast, active caver and interested in anything
technical.
--------------------------------------------------------------------
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to