4 Aug
2006
4 Aug
'06
7:30 p.m.
Andreas Jung wrote:
--On 4. August 2006 15:32:26 +0100 Alan <alanwilter@gmail.com> wrote:
Dears,
Is there a way of doing a particular page template (ZPT) keeping reloading/refreshing itself every x minute?
I hope so. Any help would be very appreciate. Many thinks in advance.
This is not a Zope question. Google for "meta refresh tag".
or google for real headers :-) context.REQUEST.RESPONSE.setHeader('refresh','60') for example. Regards Tino