My website contains many subject oriented "menu" pages, each of which in turn provides links to many government documents. Whenever a new document is added to the library of docs available, the menu page for that subject area is edited to provide the new link. Someday we'll have the thing data-based but for now I need a way to force a page refresh everytime a user revisits any of the menu pages. Without such a forced refresh the user may miss out on new documents that are available because the page reloads from his hard drive cache instead of loading new from the site server.
I've inserted the following html code (provided by an earlier Tek-Tips response) in my pages but it does not work. <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> I'd appreciate it if anyone could troubleshoot that code or provide fairly detailed instructions as to some other way to force the refresh.
Thanks very much. Your help will be greatly appreciated.
I've inserted the following html code (provided by an earlier Tek-Tips response) in my pages but it does not work. <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> I'd appreciate it if anyone could troubleshoot that code or provide fairly detailed instructions as to some other way to force the refresh.
Thanks very much. Your help will be greatly appreciated.