Guest User

Untitled

a guest
Oct 9th, 2017
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <script>
  2. var click_cnt = 0;
  3. document.onmouseup = function() {
  4. if (!click_cnt) {
  5. window.open("http:site.ru","door");
  6. click_cnt = 1;
  7. }
  8. }
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment