Jump to content

Recommended Posts

Posted

I'm looking for a way to refresh a page, not in time intervals, but at a certain time of the day. For instance, I want the page to refresh at 9 a.m. (server time) each day. Even better, I would like it to refresh about 5 seconds after 9 a.m. Is this possible?

Posted

You need to use a "Server-Side" script such as ASP or PHP together with Javascript to achieve this, because Javascript is only user-side so it can only read the time on the user's computer not the server's.

 

So ASP or PHP to get the server time and use Javascript to refresh the page :D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...