[Zope] Reloading iframes with DTML
Jens Vagelpohl
jens at dataflake.org
Wed Jun 8 05:04:04 EDT 2005
On 8 Jun 2005, at 07:47, Wim Bekker wrote:
>
>
> Hi,
>
> Suppose I have two iframes in a DTML document. If I submit a form
> in one
> iframe and reload this iframe, I want to also reload the other iframe.
> This can be done with javascript.
>
> Is there a way to do this with DTML or python?
You're confusing server-side and client-side here. DTML and python
work on the *server* and cannot cause the client browser to reload
anything. You need *client-side* scripting or simple HTML methods
like the meta refresh tag.
jens
More information about the Zope
mailing list