<button onclick='f.call(this, event)'>this в атрибуте (кликни)</button> <script> function f(event) { alert(this); } </script>