If you are trying to do this without JS, use the target attribute with the _new option: <a href="link_in_new_window" target="_new" />Link</a> You don't get as much control over the window attributes, but It works when people like me turn off JS :) Troy -----Original Message----- From: Sedat Yilmazer [mailto:sedat@kibele.com] Sent: Thursday, July 05, 2001 10:36 AM To: 'Marc 'embee' Borms'; zope@zope.org Subject: RE: [Zope] window.open alternative From Zope point of view your javascript is just a text ! It is the browser that does the window.open. Just insert your script in your page where it should be! Sedat -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Marc 'embee' Borms Sent: Thursday, July 05, 2001 6:25 PM To: zope@zope.org 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
participants (1)
-
Farrell, Troy