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

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to