WebSite X5Help Center

 
Marek Madej
Marek Madej
User

How to refresh my webpage automaticly?  en

Autor: Marek Madej
Visitado 1806, Followers 1, Compartido 0  
Tags: page,refesh

How to refresh my webpage automaticly by visiting that page? thanks, Marek

Publicado en
1 RESPUESTAS
Der Zwoemti
Der Zwoemti
Moderator

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.

Leer más
Publicado en de Der Zwoemti