make a forward to a jsp and inside of the jsp you have an onload javascript 
part in the body tag where the window is opened.

At 10:18 08.10.2002 -0700, Ashish Kulkarni wrote:
>Hi,
>I have an application, in which i want to open a new
>window from Action class,
>like there will be a button which will be mapped to
>action class, so this class must  check few
>conditions, and then open a new jsp window which will
>have no title bar, scroll bar ,
>so basically i need to make this javascript run, from
>action class ..
>function openPlanApplet()
>{
>TheNewWin = window.open('my.jsp', 'newwindow',
>config='height=590, width=805, toolbar=no,
>menubar=no,scrollbars=no,resizable=no,
>location=no,directories=no, status=no
>,offscreenBuffering=false');
>TheNewWin.moveTo(-10, -0);
>}
>how can i do it
>
>
>=====
>A$HI$H
>
>__________________________________________________
>Do you Yahoo!?
>Faith Hill - Exclusive Performances, Videos & More
>http://faith.yahoo.com
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to