![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
27/03/2002, 03:39
|
![Avatar de Kaopectate](http://static.forosdelweb.com/customavatars/avatar14704_1.gif) | Colaborador | | Fecha de Ingreso: diciembre-2001 Ubicación: Curaçao (Antillas Holandesas)
Mensajes: 3.179
Antigüedad: 23 años, 1 mes Puntos: 38 | |
Re: Nueva ventana pero que este ya maximizada Yo lo hago asi:
Código:
<html>
<head>
<script languaje="JavaScript">
function prepareScr(){
window.moveTo(0, 0);
window.resizeTo(window.screen.width, window.screen.height);
}
</script>
</head>
<body onload="prepareScr()">
Ventana maximizada
</body>
</html>
Saludos. |