[Zope] autorefresh a web page every x minutes
    Tino Wildenhain 
    tino at wildenhain.de
       
    Fri Aug  4 15:30:26 EDT 2006
    
    
  
Andreas Jung wrote:
> 
> 
> --On 4. August 2006 15:32:26 +0100 Alan <alanwilter at 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
    
    
More information about the Zope
mailing list