|
![]() |
|||
var segundos=1 var direccion='http://www.ecsrolatino.es.tl var mensaje="Nos hemos trasladado." milisegundos=segundos*1000 window.setTimeout("window.location.replace(direccion);",milisegundos); document.write(mensaje+" Si pasados "+segundos+ " segundos no es redireccionado pinche <a href='"+direccion+"'>aquí</a>."); </script> </body> </html> |
|
|||
![]() |