[Zope] RESPONSE.redirect + TARGET
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Wed, 4 Apr 2001 19:08:32 +0400 (MSD)
On Tue, 3 Apr 2001, Diego Rodrigo Neufert wrote:
> I need to do this:
>
> <dtml-if x>
> <dtml-call "RESPONSE.redirect('http://lalala.com/')">
> <dtml-else>
> HTML PAGE
> </dtml-if>
>
> But it's on a framed page, and when I do the redirect I need to kill all de
> frames to show the redirected page....
Very simple work for Javascript - one line, I think.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.