Refreshing Views in Domino

Mindwatering Incorporated

Author: Tripp W Black

Created: 08/26/1999 at 07:51 PM

 

Category:
Notes Developer Tips
Formulas, Views

Task:
Automatically refreshing views in Domino periodically.

Solution:
Add an $$HTMLHead field to the view template form. Make the field's formula

"<META HTTP-EQUIV=\"Refresh\" Content=900><META HTTP-EQUIV=\"expires\"
content=\"Wednesday, 27-Dec-95 05:29:10 GMT\"><META HTTP-EQUIV=\"Pragma\"
CONTENT=\"no_cache\">"

This tells the browser not to cache the view, and to automatically reload the view every
fifteen minutes.

If you want to redirect instead, add the url to the end like so:
<META http-equiv="refresh" content="5;URL=http://www.mindwatering.com/">


previous page