Ver Mensaje Individual
  #8 (permalink)  
Antiguo 25/10/2005, 11:00
Avatar de ludovico2000
ludovico2000
 
Fecha de Ingreso: noviembre-2003
Ubicación: Bizkaia
Mensajes: 1.315
Antigüedad: 20 años, 6 meses
Puntos: 2
Sólo tendrías que poner esto:

<script language="JavaScript">
function amplia(){
resizeTo(screen.width, screen.height)
moveTo(0, 0);
}
</script>

entre tus etiquetas <head> y </head> y luego en tu body añadirle:

<body .... onload="amplia()">