Кликни! <script> first = true; document.onclick = function() { if(first) { alert('First time'); first = false; } } </script>