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
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside