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]

Reply via email to