17 Oct
2001
17 Oct
'01
1:47 p.m.
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.