Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/01/2005, 13:57
nostromo_
 
Fecha de Ingreso: diciembre-2004
Ubicación: Iquique, Chile
Mensajes: 150
Antigüedad: 20 años, 1 mes
Puntos: 0
Hola;

Código HTML:
<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();> 
Nos vemos.