Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

197
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!