Cougar Mountain Software Support Productivity Tools
For Cougar Mountain Software Support's
Professional Version (V2012, V2011, V2010, V2009, V12-V6)

 

 

 

 


Meta Tags-

Example: 
 
Recommendation:
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.
Complete Syntax: 
 
Length:  Minimum     n/a                     Maximum     n/a                                     Recommended    n/a
Usage:
 
Description:
 
Comments:
 
Examples:
 
Google-Comments:
Yahoo-Comments:
MSN-Comments:
AOL-Comments:
Ask Jeeves-Comments:
AltaVista-Comments:
Excite-Comments:
HotBot-Comments:
Itomi-Comments:
InfoSeek-Comments:
Lycos-Comments:
NorthernLight-Comments:
 
USA  Usage/Comments:
UK    Usage/Comments:
CDN Usage/Comments:
DCMI Usage/Comments:
Other International/Comments:
 
Commerical Usage/Comments:
Governmental Usage/Comments:
Education Usage/Comments:
Non-profit Usage/Comments:
 
HTML 1.0
HTML 2.0
HTML 3.2
HTML 4.0
XHTML
DHTML
eGMS
PICS
DCMI
W3C
 
 
 
 


 

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">

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, ...
 
 


 

 

 

Tags-URL

 

 
"Pragma" Browser Cache Override
Support Key: IE? | M? | N? | O?
Description
The "Pragma" value for the HTTP-EQUIV attribute specifies caching behavior. Several values are possible for this HTTP-header, but the value of most use to authors will be "no-cache." When this is used as the value for the CONTENT attribute, the document may not be cached (well, SHOULD not be...) by a caching system anywhere along the connection chain between the browser and the source document. A browser emits the same Pragma HTTP header to a document's source location when a user requests the document to be reloaded. HTTP 1.1 replaces "Pragma: no-cache" with "Cache-Control: no-cache", but understands "Pragma" as well. For more information on caching, take a look at http://mnot.cbd.net.au/cache_docs/.
Syntax: <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
Example:
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">