[Zope] how to auto refresh the browser with dtml

Tino Wildenhain tino at wildenhain.de
Mon Nov 28 05:07:33 EST 2005


Allen Huang schrieb:
> how do I do an auto-refresh to my browser with dtml? anyone have any ideas?

_when_ do you want to refresh?

<dtml-call expr="REQUEST.RESPONSE.setHeader('Refresh','10')">

or something like that should work. See rfc2616 for headers
and zope-book for API of RESPONSE object.



More information about the Zope mailing list