puoi provare qualcosa del genere per alleggerire:
codice:
<script language="javascript" type="text/javascript">
function inoltra(keyAz)
{
var w = 620;//Larghezza Popup
var h = 470;//Altezza Popup
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
objWin = window.open('dettaglio.asp?ID='+keyAz,'Dettaglio','toolbar=no,location=no,status=no,top='+TopPosition+',left='+LeftPosition+',menubar=no,scrollbars=yes,resizable=no,width=' + w + ',height=' + h);
objWin.focus();
}
//]]>
</script>
quando la chiami