Thanks,
but how do I use it with a form?

I have in my html-code
<form action="URL2StrutsAction.do" target="_blank">

Martin

> -----Ursprüngliche Nachricht-----
> Von: Balwinder [mailto:[EMAIL PROTECTED] 
> Gesendet: Mittwoch, 20. September 2006 13:17
> An: Struts Users Mailing List
> Betreff: Re: Action output in new window without menu/toolbar
> 
> 
> Martin Kindler wrote:
> 
> >Hi
> >
> >I am using Struts 1.2.x and try to achieve the following:
> >on a page I have a form whose action calls a Struts action. 
> The result 
> >shall be displayed in a new window. No problem so far. But:
> >The new window should have no menu- and toolbar.
> >
> >Is this possible? and if, how?
> >
> >Martin
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >  
> >
> Hi,
> 
> Use javascript function, 
> window.open(URL,windowName,"menubar=no,toolbar=no");.
> 
> Happy coding!!
> Balwinder Kumar
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to