RESPONSE.redirect -Load into the parent frame
Hello, How can I load a document into the parent frame using <dtml-call "RESPONSE.redirect(url)">. If I leave it like this I load the new page into the existing frame. In plain HTML is by setting the target to "_parent", but how do I do it in this context? Thanks, Belen
On Wed, Oct 17, 2001 at 02:30:47PM +0100, belen@netcom.no wrote:
How can I load a document into the parent frame using <dtml-call "RESPONSE.redirect(url)">. If I leave it like this I load the new page into the existing frame. In plain HTML is by setting the target to "_parent", but how do I do it in this context?
You cannot do it from the server side. Do it on the client. Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
I believe there is no real possibility to send something to the parent frame. Since zope runs on the server, and the frames are on the client they do not know anything of each other. If I am wrong anybody please correct me!!!!! Robert ----- Original Message ----- From: <belen@netcom.no> To: <zope@zope.org> Sent: Wednesday, October 17, 2001 3:30 PM Subject: [Zope] RESPONSE.redirect -Load into the parent frame
Hello,
How can I load a document into the parent frame using <dtml-call "RESPONSE.redirect(url)">. If I leave it like this I load the new page into the existing frame. In plain HTML is by setting the target to "_parent", but how do I do it in this context?
Thanks,
Belen
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
belen@netcom.no -
Oleg Broytmann -
Robert Rottermann