Andreas Jung wrote: > > > --On 4. August 2006 15:32:26 +0100 Alan <[EMAIL PROTECTED]> 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 _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )