
25/10/2005, 11:00
|
 | | | Fecha de Ingreso: noviembre-2003 Ubicación: Bizkaia
Mensajes: 1.315
Antigüedad: 21 años, 4 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()"> |