[Zope] RESPONSE.redirect + TARGET
Oliver Bleutgen
Oliver Bleutgen <myzope@gmx.net>
Tue, 3 Apr 2001 18:53:56 +0200
> I know that, but I need to use RESPONSE.redirect....
I think it's impossible to do that, an I think it's okay that
way. Imagine a redirect to the page itself with TARGET=_blank,
a nice way of killing a browser even if all "active" things like
javascript etc. are disabled.
I fear you either have to resort to javascript, see i.e.
http://www.pageresource.com/jscript/jredir.htm
or to target your method with _top and rebuild the
framset in case you don't need to redirect.
cheers,
oliver