Is it possible to alert a user just once about something on his first visit? Can’t use cookies because its a static site, only html and javascript are used.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use cookies if it’s only HTML and JavaScript… JavaScript can read/write cookies to the browser.
I would set a real basic cookie value, and check that before alerting what you need.
You can use this code (scroll down) to read/write cookies and then do something like this: