codice:
<body onLoad="javascript:popup()">
Dove popup() sarà la funzione che ti aprirà la popup:

codice:
function popup(){
window.open("pop.html","name"," toolbar=no,directories=no,menubar=no,width=550,height=300,top=100,left=150,resizable=no,scrollbars=yes");
}