23/07/2013, 01:37
|
| Moderator Unix/Linux | | Fecha de Ingreso: julio-2013 Ubicación: Odessa (Ukrania)
Mensajes: 3.278
Antigüedad: 11 años, 4 meses Puntos: 401 | |
Respuesta: Detectar y Redirigir según sea el Navegador
Código HTML:
Ver original if (navigator.appName=="Google Chrome"){ location.href="http://www.web1.com"; } if (navigator.appName=="Microsoft Internet Explorer"){ location.href="http://www.web2.com"; }
__________________ Los usuarios que te responden, lo hacen altruistamente y sin ánimo de lucro con el único fin de ayudarte. Se paciente y agradecido.
- SOLOLINUX- |