Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/06/2006, 09:20
julieta-en-london
 
Fecha de Ingreso: marzo-2006
Mensajes: 11
Antigüedad: 18 años, 8 meses
Puntos: 0
De acuerdo YA esta!

<script language="JavaScript">
function centrar() {
iz=(screen.width-document.body.clientWidth) / 2;
de=(screen.height-document.body.clientHeight) / 2;
moveTo(iz,de);
}
</script>

en el onload del body
centrar()