Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/10/2005, 21:14
htmlPedrote
 
Fecha de Ingreso: agosto-2004
Ubicación: Stgo de Chile
Mensajes: 64
Antigüedad: 19 años, 9 meses
Puntos: 0
Hola, yo uso este codex, quizás sea lo que andas buscando.

<SCRIPT>
<!--
if ( screen.width == 800)
document.location = "../Inicio.htm";
if ( screen.width == 1024)
document.location = "../Inicio1024.htm";
//-->
</SCRIPT>