ts Users Mailing List
> Subject: Re: open new window form struts
> action..java script variable
>
>
> Hi
> thanx guys for the clarification, here is a very
> intresting problem with defining target and opening
> new window,
> suppose you open a new window using java scri
: Wednesday, January 19, 2005 2:48 PM
To: Struts Users Mailing List
Subject: RE: open new window form struts action..java script variable
Why not set the window name to something specific such as mysite_com_popup
and then use that name as a target in the future?
Regards,
David
-Original Message
: Re: open new window form struts action..java script variable
Hi
thanx guys for the clarification, here is a very
intresting problem with defining target and opening
new window,
suppose you open a new window using java script in
mypage.jsp
your code will be like below in mypage.jsp
var TheNewWin
Hi
thanx guys for the clarification, here is a very
intresting problem with defining target and opening
new window,
suppose you open a new window using java script in
mypage.jsp
your code will be like below in mypage.jsp
var TheNewWin;
if(!TheNewWin || TheNewWin.closed)
{
TheNewWin = window.open(
4 matches
Mail list logo