I have some pages being opened by a Javascript "window.open" command. How can I do the same with Zope commands ? thx, marc
You can't, think about it, the only connection Zope has to your machine is through a HTTP connection. btw, please don't send HTML encoded mail to this list. ----- Original Message ----- From: Marc 'embee' Borms To: zope@zope.org Sent: Thursday, July 05, 2001 4:25 PM Subject: [Zope] window.open alternative I have some pages being opened by a Javascript "window.open" command. How can I do the same with Zope commands ? thx, marc
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.
participants (3)
-
Marc 'embee' Borms -
Oleg Broytmann -
Phil Harris