Pragma
This is another way to control browser caching. To use this tag, the
value must be "no-cache". When this is included in a document, it
prevents Netscape Navigator from caching a page locally.
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
This tag makes sure your page isnt loaded into the visitors computer
memory,is handy for websites that have daily news.
PREVENT CACHING
If you want to prevent a page being saved in your
visitor's cache
you can do so by inserting the following two tags:
<META HTTP-EQUIV="expires" CONTENT="0">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
Why would you want a page not to be cached? If your site
is
updated frequently and you always want your visitors to
see the
newest content/changes, or if you want to ensure that a
new
banner is loaded each time from your server when a page
is
accessed, you'll want to use the two tags above.
A quick note here on banner caching: In addition to using
the two
tags above, you'll want to append random numbers at the
end of
the tag calling the image. The ad serving software that I
use,
Spinbox, does this for me.
Learn About HTML Tags, and page design
issues (Free Internet ...
<meta http-equiv="Pragma"
content="no-cache"> ... To help you
understand this I have set up such a directory
that you can access, via a new window, ...
|