Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/02/2015, 10:05
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años
Puntos: 326
Respuesta: Redirección no follow con cuenta atras

Es más de js pero bueno...


¿Qué tal así?

Código HTML:
Ver original
  1. <script type="text/javascript">
  2. function redireccion(){
  3.   document.getElementById("link_nuevo").click();
  4. }
  5. setTimeout ("redireccion()", 5000); //cuenta regresiva
  6. </head>
  7. En 5 segundos irás a <a id="link_nuevo" href="web.tursos.com" rel="nofollow">la nueva web</a>
  8. </body>
  9. </html>

o ALGO SIMILAR
__________________
>> Eleazan's Source
>> @Eleazan