How to refresh my webpage automaticly?
Autor: Marek Madej
Visitado 2078,
Seguidores 1,
Compartilhado 0
How to refresh my webpage automaticly by visiting that page? thanks, Marek
Publicado em
Are you all about the browser cache - or what should be loaded when the page again?
With this code, you can forbid the browser cache, ie The requested (s) page (s) benot part of the cache memory (cache) is taken.
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
Meaningful e.g. with password sites or pages where the content changes often.You can either exclude the entire page from the cache oronly targeted pages.the meta tags to add into the head of the page.Either in step 1 or under the properties page.