Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

200
Vistas
Is it possible to make my site refresh every 15 seconds or so using JS?

I dont know much about programming but, I need my site to periodically refresh. Does anyone know a way that I could make this happen by using JavaScript? Ive reviewed questions such as Auto refresh page every 30 seconds but its not very useful because I need more than that for the code to run.So ff you respond to this with code, could you include the whole piece of code, not just the snippet

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Add this to your meta tags at the beginning of your page

<meta http-equiv="refresh" content="15; URL=http://www.yourdomain.com/yoursite.html">

or Javascript at the bottom of your page

setTimeout(function(){
   window.location.reload(1);
}, 5000);

Remember to include <script> Code here </script>

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda