RE: First Post
by Klaas De Waele <klaas(at)gracegraphics.be>
|
| Date: |
Thu, 7 Feb 2002 08:46:35 +0100 |
| To: |
"'Doug Beck'" <DougB(at)pollardwater.com>, "'hwg-techniques(at)hwg.org'" <hwg-techniques(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
<meta http-equiv="content-type" content="text/html">
- tells the browser it's a html page
<meta http-equiv="expires" content="0">
- tells the content expires immediately (although this is also sent with the
header and can there be set through the webserver or server side scripting
language). It can be interpreted by the browser and it's also a guideline
for the search engine bots when to revisit the page.
<meta http-equiv="pragma" content="no-cache">
- tells the browser not to cache the page on disk
<meta http-equiv="cache-control" content="no-cache">
- tells the browser not to cache the page on disk
- So... some things actually mean the same. This is because different
browsers act differently on different tags. The pragma thing is supported
by IE, though I think not NS. Cache-control is specific for NS.
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.