I am having trouble making a script to reminder people to click on a link every 24 hours.
I need a script that will create a cookie after clicking ‘done’ with the current date, then after visiting the page, if the date has passed show the reminder again, if the date has not passed, then do nothing.
Any ideas on where to start, or any sample code I could use?
Thanks 🙂
First master the cookie basics in JavaScript and then … look at these libs