Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/01/2002, 15:04
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Re: Abrir Ventanas pekeñas en el Load de la GRANDE

Hola Yusta,

bueno, he probado a hacerlo asi y ha funcionado. Le cambias o añades lo que necesites.

<html>
<head><title>-</title>
<script languaje="javascript">
function ventanas()
{
for(i=0;i<3;i++)
{window.open('',i,'width=200,height=200')}
}
</script>

</head>
<body onLoad="ventanas()">
</body>
</html>

Espero te sirva

Un saludo :)

Tunait