Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/01/2013, 17:57
solopor5dolares
 
Fecha de Ingreso: enero-2013
Mensajes: 6
Antigüedad: 12 años, 1 mes
Puntos: 0
Alguien a usado esta función HTTP-EQUIV="REFRESH"

Estoy intentando utilizar este código para redireccionar un enlace

Código HTML:
<html>
<head>
<title>Prueba de Redirección</title>
<META name="robots" content="index,follow">
<META name="description" content="Prueba de Redirección">
<META name="keywords" content="PALABRAS CLAVE">
<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=http://www.prueba.com/registrarse" />
</head>
<body oncontextmenu="return false"> 
 <img src='http://www.prueba.com/id/index.php?ref=prueba' border='0' height='1' width='1' /> 
</body>
</html> 
Por alguna razón no funciona bien para el nagevador de Internet Explorer.

Sin embargo funciona perfectamente para Mozilla Firefox y Google Chrome

Por favor alguien me puede decir cuales el problema para con el Internet Explorer.

Muchas gracias de antemano

Espero sus respuestas

Gracias