VOrrei aggiungere l'opzione per aggiungere le SRCOLLBARS ma non ne capisco niente di JAVASCRIPT, dove devo aggiungerle?
function Pagamenti() {
var w = 760;
var h = 560;
var pw = Math.floor((screen.width-w)/2);
var ph = Math.floor((screen.height-h)/2);
window.open("pagamenti.html","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw);
}
:master: