Ciao Xinod!
io ho lo stesso problema ma uso questo codice qui nel link al popup:
href='javascript:PopUp("pagina.asp","newpage",500, 515)'
e questo nel head:
function PopUp(x,y,w,h){
window.open(x,y,"width="+w+", height="+h+", resizable=yes, status=yes, menubar=yes, toolbar=yes, scrollbars=yes, left=0, top=0, screenX=0, screenY=0");
}
IE mi apre il popup mentre firefox mi apre un nuovo TAB e quindi a tutto schermo e non a finestrella.
come devo fare per far apparire il classico pupoup anche su firefox?
Grazie 1000!