salve a tutti
Ho questo script :
<script language="javascript">
var win = null;
function NewWindow(mypage,myname,w,h,t,l,scroll) {
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=' + scroll + ',resizable=no';
win = window.open(mypage,myname,settings)}
</script>
onclick="NewWindow(this.href,'moto',300,400,90,90, 'yes');return
false
vorre inserirgli nei parametri nella chiamata la possibilita' di scegliere se visualizzare o meno il menubar.
grazie !![]()