| Navigating: Home > Navigator > Programming > HTML |
B&W,
United States,
Europe
|
6.Prog | |
Programming 9.HTML | |
| Expiring pages - preventing browser caching |
| Suggestion 1 (also put in <header> between </body> and </html>) |
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
|
| Suggestion 2 |
<meta HTTP-EQUIV="Expires" CONTENT="0">
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-store">
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
|
| Suggestion 3 |
<META HTTP-EQUIV="EXPIRES" CONTENT="Thu, 1 Jan 1970 00:00:01 GMT"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE"> <META HTTP-EQUIV="PRAGMAS" CONTENT="NO-CACHE"> |
| Reloading pages |
| Javascript |
|
| Formatting text |
| To put list entries just below this top line of text (without extra space): |
|
| Counter: |