Código Javascript:
Ver original
<script> function abrir() { open('alerta.php','','top=150,left=200,width=350,height=300,menubar=yes,scrollbars=yes,resizable=yes'); } </script> </head> <body onLoad="abrir()">