[Zope] RESPONSE.redirect -Load into the parent frame

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Wed, 17 Oct 2001 17:47:15 +0400


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.