Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/11/2003, 08:07
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 meses
Puntos: 381
Debes usar el método open()

<html>
<head>
<title></title>
<script language="javascript">
ventana = window.open('pagina.html','ventana','width=1000,he ight=600')
</script>
</head>
<body>
</body>
</html>