8 Jun
2005
8 Jun
'05
9:04 a.m.
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