Uso questa funzione JAVASCRIPT per centrare le POPUP.

function Links() {
var w = 780;
var h = 560;
var pw = Math.floor((screen.width-w)/2);
var ph = Math.floor((screen.height-h)/2);
window.open("links.html","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw);
}

Vorrei che comparissero anche le barre laterali e fosse ridimensionabile dall'utente.

Com'è il codice esatto??:master: