Indy
02-22-2005, 05:55 PM
OK you HTML experts, need some help! I'm playing around with a script (https://vborg.vbsupport.ru/showthread.php?t=63223&page=1&pp=15) which works great, however I can't keep IE from caching the dog gone page!
Per a Microsoft article, they suggest that you add an additional set of HEAD tags after the </BODY> tag with your no-cache directives. This I have done. When I test, nothing is being cached in Firefox or NS, but does in IE. Any advice??
I currently have the following in the no-cache tags.
<META HTTP-EQUIV=\"Expires\" CONTENT=\"0\">
<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"Pragma-directive\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"cache-directive\" CONTENT=\"no-cache\">
Per a Microsoft article, they suggest that you add an additional set of HEAD tags after the </BODY> tag with your no-cache directives. This I have done. When I test, nothing is being cached in Firefox or NS, but does in IE. Any advice??
I currently have the following in the no-cache tags.
<META HTTP-EQUIV=\"Expires\" CONTENT=\"0\">
<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"Cache-Control\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"Pragma-directive\" CONTENT=\"no-cache\">
<META HTTP-EQUIV=\"cache-directive\" CONTENT=\"no-cache\">