A
A
Alexey2019-12-20 14:34:49
HTML
Alexey, 2019-12-20 14:34:49

Appearance of a modal window at each call?

An alcoholic site and you need to notify the user about the topic of the site every time you visit (user age limit 18+). The logic is this: when entering the site for the first time, the user closes the pop-up window, uses it, closes the tab with the site, re-enters and shows the window again.
what I dug up www.cyberforum.ru/javascript/thread780429.html

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2019-12-20
@Seasle

Recently saw, I can not find a link to the question. The point was something like this

if (!sessionStorage.isVisited) {
  doSomething();
  sessionStorage.isVisited = true;
}

L
Lone Ice, 2019-12-20
@daemonhk

Cookies to help you

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question