[Seaside] Open a new Browser window and render a component

Avi Bryant avi.bryant at gmail.com
Thu Jun 30 12:23:10 CEST 2005


On 6/30/05, Michael Meyer <sangria at gmx.net> wrote:
> Hi
> I would like to create a link that opens a new browser window
> and renders a component.
> I've been playing arount with target="_blank" for opening a new
> window but I don't know how to render the contents.

Hi Mike,

The usual way to do this right now is something like this:

html
  anchorWithPopupAction: [WARenderLoop new call: MyComponent new]
  extent: 300 at 500
  text: 'My Popup'

Avi


More information about the Seaside mailing list