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]>