Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <? if (!isset($_COOKIE['showstuff'])): ?>
  2. <script type="text/javascript">
  3. setTimeout("document.getElementById('overlay').style.display='block'", 6000); // строка вывода pop-up
  4. </script>
  5. <? setcookie('showstuff', true, time()+300); // 5 min ?>
  6. <? endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement