Ver Mensaje Individual
  #13 (permalink)  
Antiguo 05/08/2003, 07:15
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses
Puntos: 61
O mejor!
Código PHP:
<html>
<
head>

<
script>
function 
cambio(){
if(
screen.width>800){
self.resizeTo(800,600);
x=(screen.width-800)/2;
y=(screen.height-600)/2;
self.moveTo(x,y);

}
}
</script>
</head>

<body onload="cambio()" onresize="cambio()">

La página....

</body>
</html> 
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.