I have a little webpage for homework. I have a javscript which disables the send button at a certain time. This effectively switches the webpage off.
At the moment, I use another javascript to block the link to the latest webpage until a certain time. This stops the webpage from being opened via the link.
However, the latest webpage is not really blocked. It can be opened.
It is a bit inconvenient to only upload just before the time to open the homework. I like to upload the pages on the weekend.
Can you think of a way to prevent a webpage opening before a set time?
Some kind of php chronjob on the server? Maybe something that will copy the webpage into the correct folder at a set time? Or unscramble the name?