Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8995407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:36:58+00:00 2026-06-15T23:36:58+00:00

I have a script where user can edit their content in a period of

  • 0

I have a script where user can edit their content in a period of time, so I added this time counter:

  function StartCountDown(myDiv,myTargetDate)
{
var dthen   = new Date(myTargetDate);
var dnow    = new Date("<?php echo $targetdate ?>");
ddiff       = new Date(dthen-dnow);
gsecs       = Math.floor(ddiff.valueOf()/1000);
CountBack(myDiv,gsecs);
}

function Calcage(secs, num1, num2)
{
s = ((Math.floor(secs/num1))%num2).toString();
if (s.length < 2) 
{   
  s = "0" + s;
}
return (s);
}

function CountBack(myDiv, secs)
{
var DisplayStr;

var DisplayFormat = "%%D%% %%H%%:%%M%%:%%S%%";

if(secs>86400)
{

DisplayStr = DisplayFormat.replace(/%%D%%/g,    Calcage(secs,86400,100000)+' Days');

}
else
{

    DisplayStr = DisplayFormat.replace(/%%D%%/g,"");

}
if(secs>3600)
{

DisplayStr = DisplayStr.replace(/%%H%%/g,       Calcage(secs,3600,24));
}
else
{


    DisplayStr = DisplayFormat.replace(/%%D%% %%H%%/g,"00");


}
DisplayStr = DisplayStr.replace(/%%M%%/g,       Calcage(secs,60,60));
DisplayStr = DisplayStr.replace(/%%S%%/g,       Calcage(secs,1,60));
if(secs > 0)
{   
  document.getElementById(myDiv).innerHTML = DisplayStr;

  setTimeout("CountBack('" + myDiv + "'," + (secs-1) + ");", 990);
}
else
{
  document.getElementById(myDiv).innerHTML = "Period Over";
}
}

the counter is working fine, and counts the time remaining, but if the user didn’t leave the page and the time remaining reached the 0 he will get this message (Period Over), and he will be able to edit his content.

what I’m looking for is a code instead of (Period Over) makes the pager reloaded or refreshed when the counter reached the targeted time.

thanks,

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:36:58+00:00Added an answer on June 15, 2026 at 11:36 pm

    If I understood you correctly, you are hitting the ‘Period Over’ text OK, so just replace that line with:

    window.location.reload();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a script that registers users based on their user input. This uses
I have a Mojolicious Lite script that gives out an executable file (user can
I have a script to echo the user's selection: <script> function onSuccess(data, status) {
I have a script which creates a user-defined object like this: obj = new
I already have written a login and register script. The user can login to
I have this current script: http://jsfiddle.net/26eVE/9/ how can I make the other inactive input
I have a Perl script that takes user input and creates another script that
I have a script to get and set user's Windows environment variables on other
I have a script that loads new products when a user scrolls to the
I have a script that gets the input from the user as an absolute

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.