Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/05/2003, 02:35
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años, 1 mes
Puntos: 772
Hola, sml25.

Tu página de frames pondrías algo así:

<frameset rows="151,*,*" onLoad="ini()" >

Y entre <head> y </head>

<script>
function ini() {
if (screen.width==800)
superior.location.href="uno.htm";
else
superior.location.href="dos.htm";
}
</script>

Saludos,