19 Feb
2003
19 Feb
'03
8:57 p.m.
Hi, On Wed, 19 Feb 2003 20:15:58 +0100 "F. Troester" <troester@fh-heilbronn.de> wrote:
Hello,
how can I refresh the whole browser window (with different frames) within a DTML method, or a Python script?
You mean on a regular basis? response.setHeader('refresh','10; url=http://next/url') means go to url in 10 seks. If you ommit "url", the refresh goes to the same url, e.g. the current page es reloadet. If you want it server-driven, you can experiment mit response.write() and multipart documents. But this does not work with every browser and is not easy to maintain. HTH Tino Wildenhain