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.