Ver Mensaje Individual
  #11 (permalink)  
Antiguo 08/08/2012, 08:26
txemaker
 
Fecha de Ingreso: octubre-2007
Mensajes: 74
Antigüedad: 16 años, 6 meses
Puntos: 1
Respuesta: modificar este script (muy sencillo)

Ok gracias Pedro.

Tengo otro script, es mas antiguo pero hace su funcion:

Cita:
<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "mobile.html";
}
//-->
</script>

Este script redirecciona si la resolucion de pantalla es menor a 699.

Que habria que hacer si cuando detecta q es la resolucion es menor a 699 pregunte si quieres ser rediridido?

Muchas gracias