Thanks a lot!

Cheers,
Alan

On 04/08/06, Joerg Baach <[EMAIL PROTECTED]> 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<<
_______________________________________________
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 )

Reply via email to