RE: open new window form struts action..java script variable

2005-01-20 Thread Ashish Kulkarni
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

RE: open new window form struts action..java script variable

2005-01-20 Thread Backus, Matthew J
: 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

2005-01-19 Thread David G. Friedman
: 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

Re: open new window form struts action..java script variable

2005-01-19 Thread Ashish Kulkarni
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(