RE: Popups and Struts Actions

2005-04-08 Thread Frank W. Zammetti
As I recall, and contrary to what some documentation says, it is actually the absence or presence of the settings of open() that determines what chrome elements are present. So: window.open(this.target,'','width=1,height=1'); I believe is what you want. AFAIK,you also need to throw qu

RE: Popups and Struts Actions

2005-04-08 Thread Frank W. Zammetti
As I recall, and contrary to what some documentation says, it is actually the absence or presence of the settings of open() that determines what chrome elements are present. So: window.open(this.target,'','width=1,height=1'); I believe is what you want. AFAIK,you also need to throw qu

Re: Popups and Struts Actions

2005-04-08 Thread James Mitchell
method="post" action="album_photo.CRACKWILLOW" target="whereOwhere" onsubmit="window.open(this.action,this.target, 'directories=0,status=0,menubar=0,scrollbar=2,toolbar=0,resizable=0,copyhistory=0,width=1,height=1');return false">