<script language="javascript">Originariamente inviato da iz8eej
neanche. . .![]()
var win = null;
function NewWindow(mypage,myname,w,h,t,l,scrolla,menu) {
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/6 : 0;
T = TopPosition + t;
L = LeftPosition + l;
settings = 'height=' + h + ',width=' + w + ',top=' + T + ',left=' + L + ',scrollbars=' + scrolla + ',resizable=no,menubar='+menu;
win = window.open(mypage,myname,settings)
}
</script>
che ha che non va?
settando bene tutto dovrebbe funzionare