![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/01/2002, 15:04
|
![Avatar de tunait](http://static.forosdelweb.com/customavatars/avatar3543_1.gif) | Moderadora | | Fecha de Ingreso: agosto-2001 Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 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 |