Duvida no uso target="_blank" no Struts 2

Olá,

estou usando target="_blank" para abrir uma nova janela mas queria configurar como se fosse


window.open ('', 'Selecione', 'scrollbars=yes,status=yes,width=680,height=370, left=50, top=30');

como definir width,height,left,top tem como definir no target="_blank" ???

se alguém puder me ajudar agradeceria …

abs


 <s:form name="form" action="xxxx.action" method="POST" target="_blank" >