<script>
function apri(pagina) {
window.open(pagina, '', 'width=200, height=200');
}
</script>
<body onLoad="apri('mia_pagina.html')