Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2004, 03:02
sdnsdlm
 
Fecha de Ingreso: abril-2002
Mensajes: 438
Antigüedad: 22 años, 7 meses
Puntos: 2
Tendrías que poner esto en la página principal en la parte del head


<head>
<TITLE>Tu título</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="description" CONTENT="Domiciliacion de empresas y particulares en Zaragoza">
<META NAME="keywords" CONTENT="domiciliacion, empresas, particulares, zaragoza, sagasta, centro negocios, alquiler, despachos, sala juntas, reuniones">

<script LANGUAGE="JavaScript">
function redireccionar() {
var url640x480 = "http://www.tudominio.com/640x480";
var url800x600 = "http://www.tudominio.com/800x600";
var url1024x768 = "http://www.tudominio.com/1024x768";
if ((screen.width == 640) && (screen.height == 480))
window.location.href= url640x480;
else if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= url640x480;
}
</script>
</head>

Espero te sirva