I'm looking for a way to change a number on a page on refresh. Let's say you have W.001 to start with and every time someone refreshes, it changes to the next number in sequence. So: W.001 (refresh) W.002 (refresh) W.003 and so on. Anyone got any ideas?
The website would be hosted locally, no need to host it anywhere else.
Someone pointed me to JS cookie but, I'm a total newbie to this.
If someone would be able to write me a simple index.html file that showcases how this works, it would help me a lot!