I just want to add that you can name windows and submit data between them. It is perfectly possible to gather data in 1 window and always show the result in a second window, without opening a new window every time. The "_blanc" parameter will open an new window with every submit. You do not need to create a window with a specific name first, just submit to a target with a new name and a new window will be created. HTH, Bert
BTW this is straight HTML, no JavaScript involved At 09:41 3/05/2002 +0200, you wrote: >You can achieve this in HTML by setting the target of your form to >"_blank" which will post the results to a newly openned window. >The javascript solution is better if you want more control over how the >newly openned window looks. > >Andrew > >On Fri, 2002-05-03 at 09:38, yuryx wrote: > > [EMAIL PROTECTED] wrote: > > > > >Currently my application consists of cocoon-actions that invoke xsp/xsl > > >files upon requests. As normal the new output always refreshes the > client's > > >browser view. > > >Based on some calculations at the actions I'm required to delegate the > > >response not to the current browser window but to a newly opened > browser window. > > >An examle would be a printable view of a web page. Is this possible with > > >cocoon2? How could I accomplish it? > > > > > >Thanks for your comments! > > > > > >Harald > > > > > try use javascript for open new window, and submit form within it. > > Yury. > > > > > > > > > > --------------------------------------------------------------------- > > Please check that your question has not already been answered in the > > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > > For additional commands, e-mail: <[EMAIL PROTECTED]> > > >-- >Andrew Timberlake >Digital Design Development >http://www.ddd.co.za >mailto:[EMAIL PROTECTED] >011 705 1737 >082 415 8283 > >"If debugging is the process of removing bugs, >then programming must be the process of putting them in." > > >--------------------------------------------------------------------- >Please check that your question has not already been answered in the >FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > >To unsubscribe, e-mail: <[EMAIL PROTECTED]> >For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>