[Zope] autorefresh a web page every x minutes

Alan alanwilter at gmail.com
Fri Aug 4 11:24:17 EDT 2006


Thanks a lot!

Cheers,
Alan

On 04/08/06, Joerg Baach <mail1 at baach.de> wrote:
> Hi Alan,
>
> > Is there a way of doing a particular page template (ZPT) keeping
> > reloading/refreshing itself every x minute?
>
> <head>
> <meta http-equiv="refresh" content="42; template_id">
> </head>
>
> replace 42 with the number of secs to refresh, template_id with the id
> of the ZPT.
>
> or do a
>
> <meta http-equiv="refresh"
>       tal:attributes='content string:42;; URL=${template/id}'>
>
>
> Cheers,
>  Joerg
>


-- 
Alan Wilter S. da Silva, D.Sc. - Research Associate
Department of Biochemistry, University of Cambridge.
80 Tennis Court Road, Cambridge CB2 1GA, UK.
>>http://www.bio.cam.ac.uk/~awd28<<


More information about the Zope mailing list