Ver Mensaje Individual
  #12 (permalink)  
Antiguo 19/01/2009, 23:03
Avatar de Dalvenjha
Dalvenjha
 
Fecha de Ingreso: febrero-2008
Ubicación: $("#oficina");
Mensajes: 692
Antigüedad: 17 años
Puntos: 53
Respuesta: [Script] Redireccionar

Prueba ponerlo asi:
Código:
<script type="text/javascript"> 
function navegador(){
if (navigator.appName=="Microsoft Internet Explorer"){

   location.href="http://remsr.com/articulos/intro_css.php";
}}
</script>
y en la etiqueta body pones:

Código:
<body onload="navegador();">
Listo, debe funcionar. (A mi me funka).
__________________
Mi Showcase ||

Compartiendo todo lo posible con los demás.