Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/11/2005, 07:34
alfvg
 
Fecha de Ingreso: noviembre-2004
Mensajes: 90
Antigüedad: 19 años, 5 meses
Puntos: 0
al final lo he hecho de esta forma...

<html>
<head>
<title>..:: ::..</title>
</head>
<body>
<SCRIPT language=javascript>
if ( screen.width <= 800)
document.location = "home.asp";
else if ( screen.width > 800)
document.location = "home1.asp";
</SCRIPT>
</body>
</html>