Daniel Corrêa de Azevedo wrote:
Whatz up, guys?
Well, I´m having problems in reloading a page that shows information contained in a table of a database. The problem is that whenever I include some data in the database at another page it send´s me back to that page that shows information, it doens´t show the update, but a cached page. I´m using the IE 5.0 and I haven´t figured out how to reload it every time without changing the configuration of the browser. I´ve tryed the same code that I´m using in IE 5.0 in IE 5.5 and this problem doens´t happen. Hope that you all could give me some help. Thank´s, Daniel C. Azevedo
Try putting this in the head of your standard_html_header: <dtml-if no_cache> <META HTTP-EQUIV="pragma" CONTENT="no-cache"> </dtml-if no_cache> Then set a boolean property on the DTML Document (or folder if it's a method) called "no_cache". This should prevent the browser from caching the page. -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>