Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/08/2006, 10:59
Avatar de JuanRAPerez
JuanRAPerez
Colaborador
 
Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses
Puntos: 27
o asi
Cita:
IE 4+:

<script>

var w = document.body.clientWidth;
if (w >= 650)
{
window.location.href = "bigscreen.asp";
}
else
{
window.location.href = "smallscreen.asp";
}

</script>
checa este enlace ....

http://www.aspfaq.com/show.asp?id=2043
__________________
JuanRa Pérez
San Salvador, El Salvador