Author |
Topic: forcing html page refresh (Read 3265 times) |
|
forcing html page refresh
Guest

|
Some people have old versions of my commercial site in their local HDD (temporary internet files). When I update prices, text, image, they don't see the most recent version. How may I force hyperpublish to reload code from the server for critical datas ?
|
|
Logged |
|
|
|
Support Staff
YaBB Administrator
    
 Meow!

Gender: 
Posts: 1134
|
 |
Re: forcing html page refresh
« Reply #1 on: Sep 3rd, 2008, 4:35pm » |
Quote Modify
|
use Insert >HTML >At page start or Insert >HTML >At page start (HEAD) in new versions then in the box type <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> this will tell the browser to not store in cache (the temporary hard disk copy, created for improving page load speed) that page.
|
|
Logged |
|
|
|
|