Originariamente inviato da br1
codice:
<script>
vat miaPop;
function OpenWindow(file,width,height,scrollbars) { 
  if (scrollbars == '') { 
    scrollbars = 'no'; 
  } 
  var width =470; 
  var height =550; 
  var l = Math.floor((screen.width-width)/2); 
  var t = Math.floor((screen.height-height)/2); 
  miaPop = window.open(file,'_blank','top='+t+',left='+l+',width='+width+',height='+height+',scrollbars='+scrollbars); 
}

function closeWindow() {
  if (miaPop&&1miaPop.closed) miaPop.close();
}
[/script>
ciao
Presumo che quel vat miaPop lo debba cambiare con var miaPop, cmq adesso non mi apre neanche la popup