[Zope] window.open alternative
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Thu, 5 Jul 2001 19:39:24 +0400 (MSD)
On Thu, 5 Jul 2001, Marc 'embee' Borms wrote:
> I have some pages being opened by a Javascript "window.open" command.
> How can I do the same with Zope commands ?
You cannot. Client-side things must be dome on the client. Zope is
server and cannot control your client.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.