Reloading iframes with DTML
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? Wim **********************************DISCLAIMER ********************************************** De informatie verzonden met dit e-mail bericht is uitsluitend voor de geadresseerde(n). Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking aan derden is niet toegestaan. Indien U deze e-mail abusievelijk heeft ontvangen, verzoeken wij U het e-mail bericht te verwijderen en de afzender hiervan op de hoogte te stellen. VDG Nederland bv sluit iedere aansprakelijkheid uit, die voortvloeit uit elektronische verzending. The information contained in this communication is intended solely for use of the individual or entity to whom it is addressed and others authorized to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying,distribution or taking any action in reliance on the contents of this information is strictly prohibited. If you are not the intended recipient, please delete this message and any attachments and advise the sender by return e-mail. VDG Nederland bv rules out any and every liability resulting from any electronic transmission. *****************************************************************************************
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
participants (2)
-
Jens Vagelpohl -
Wim Bekker