RE: How can I create a new browser window from flowscript?

2010-05-11 Thread Robby Pelssers
That's not the way to do this... Just use an action instead of a form submit and add an event handler in your form definition... I added some samples of a complex application I built so you can check some stuff out if you like. Cheers, Robby formdefinition - h

Re: How can I create a new browser window from flowscript?

2010-05-11 Thread Alberto Brosich
success (with tag). Any other way to do it? A Robby -Original Message- From: Andre Juffer [mailto:andre.juf...@oulu.fi] Sent: Tuesday, May 11, 2010 4:40 PM To: users@cocoon.apache.org Subject: Re: How can I create a new browser window from flowscript? On 05/11/2010 05:27 PM, Alberto Brosich

RE: How can I create a new browser window from flowscript?

2010-05-11 Thread Robby Pelssers
@cocoon.apache.org Subject: Re: How can I create a new browser window from flowscript? On 05/11/2010 05:27 PM, Alberto Brosich wrote: > > Hi, > > I have to create a new window (tab or popup, it's the same) where to > put results after the user submits a form (builded with cform an

Re: How can I create a new browser window from flowscript?

2010-05-11 Thread Andre Juffer
On 05/11/2010 05:27 PM, Alberto Brosich wrote: Hi, I have to create a new window (tab or popup, it's the same) where to put results after the user submits a form (builded with cform and controlled by a flowscript). The result is a page generated with a pipeline that I call now with cocoon.se

RE: How can I create a new browser window from flowscript?

2010-05-11 Thread Robby Pelssers
http://developer.yahoo.com/yui/container/ It's very simple to use but feel free to ask for some samples if you can't work your way around it. Cheers, Robby -Original Message- From: Alberto Brosich [mailto:abros...@ogs.trieste.it] Sent: Tuesday, May 11, 2010 4:28 PM To: users@cocoon.apa