how to auto refresh the browser with dtml
how do I do an auto-refresh to my browser with dtml? anyone have any ideas? --------------------------------- Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
On 28 Nov 2005, at 09:53, Allen Huang wrote:
how do I do an auto-refresh to my browser with dtml? anyone have any ideas?
Please don't confuse server-side code (like DTML) with browser-side code (like Javascript and HTML). DTML cannot refresh your browser. Use Javascript or HTML. jens
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.
participants (3)
-
Allen Huang -
Jens Vagelpohl -
Tino Wildenhain