<script> function abrir() { window.open('mipag.html','titulo_ventana','height=150, width=90,scrollbars=no,rezisable=no, etc...'); } </script> <input type=button value=Abrir onclick=abrir();>