13/06/2006, 09:20
|
| | Fecha de Ingreso: marzo-2006
Mensajes: 11
Antigüedad: 18 años, 8 meses Puntos: 0 | |
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() |