jsarber Posted November 21, 2009 Report Posted November 21, 2009 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? Quote
BeeDev Posted November 24, 2009 Report Posted November 24, 2009 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 Quote
jlhaslip Posted November 24, 2009 Report Posted November 24, 2009 (edited) *edit* Edited November 24, 2009 by jlhaslip Quote
Recommended Posts
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.