Hola, Liz26.
Para abrir la ventana puedes utilizar:
<a href="javascript
:window.open('dos.html','','width= 300,height=200');void(null)">Abrir</a>
Y la ventana que se abre sería algo asi:
Código PHP:
<html>
<head>
<script>
function centrar() {
iz=(screen.width-document.body.clientWidth) / 2;
de=(screen.height-document.body.clientHeight) / 2;
moveTo(iz,de);
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" onload="centrar()">
Segunda página
</body>
</html>
Prueba a ver si te sirve. Saludos,