[Seaside] Seaside + Comet + Open a new window

Esteban Robles Luna esteban.roblesluna at gmail.com
Sat Jan 20 20:40:31 UTC 2007


Hi list,
After solving some problems with Seaside and Comet now I'm trying to
open a new window. The decision of opening that window is taken on the
server so I send a window.open javascript from the server like this:

self pusher
push:'<script type="text/javascript">window.open(''http://localhost:8008/seaside/go/browse'');</script>'.

It work for any static url, but I`m wondering if I can generate a URL
to render a component on a new window.
Something like:

aComponent renderOnNewWindowUsing: self pusher.

These stores a callback or something like that and generates the
javascript code on the pusher.

Any suggestions?

Regards
Esteban


More information about the Seaside mailing list