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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...