<!doctype html> <button id="myBut">click</button> <script> myBut.onclick = function () { alert(myBut.innerHTML) } </script>