[Seaside] How to create a new browser window

Philippe Marschall philippe.marschall at gmail.com
Thu Oct 4 19:29:35 UTC 2007


2007/10/4, Richard K Eng <richard.eng at rogers.com>:
> I was wondering: how can I create a new browser window from within a Seaside
> app?
>
> Right now, I have this method,
>
> view: item
>         WARenderLoop new call: (GSViewer new path: item path; yourself)
>
> that brings up a new webpage, but I'd like to open it up in a new browser
> window instead. (FYI, #view: is invoked by clicking on a clickBlock in a
> WATableReport.)

html popupAnchor
    callback: [ self view: item ];
    with: ....

Cheers
Philippe

> Thanks,
> Richard
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the seaside mailing list