<script>
var falco;
if (screen.height > 610 && screen.width > 810){
falco = window.open('prova.php','falcone','dependent=yes,h otkeys,menubar=no, resizable=yes,width=1012, left = 0, top = 0, scrollbars=yes, height=710');
falco.focus();}
else {
falco = window.open('prova.php','falcone','dependent=yes,h otkeys,menubar=no, resizable=yes,width=800, top = 0, scrollbars=yes, height=547, left=0');
falco.moveTo(-5,0);
falco.focus();
}
</script>
secondo voi c'è qualche errore? Pare che con mozilla non si apra (anche se a me con firebird e mozilla 1.5 si apre)
Grazie

)
Rispondi quotando