0

I'm using a web webpage to display digital signage. Once loaded, I need the webpage to wait until 10am and then automatically redirect to another webpage. Could this be done with JavaScript?

Jason Dittmer
  • 37
  • 1
  • 4
  • 2
    http://stackoverflow.com/questions/4854753/how-do-i-trigger-a-function-when-the-time-reaches-a-specific-time seems to have your answer, just replace the alert with a `document.location = somewhere` – Dave Goten Feb 18 '15 at 20:58
  • Yes it can be done. What have you tried so far? – EnigmaRM Feb 18 '15 at 21:00

0 Answers0