Ecco il codice che ho messo

function popupcentro(URL,nome,largo,alto,caratteristiche){
posw=Math.floor((screen.width-largo)/2);
posh=Math.floor((screen.height-alto)/2);
window.open(URL,nome,"width="+largo+",height="+alt o+",left="+posw+",top="+posh+caratteristiche);
}


services