<h1 onclick="get(this)">текст</h1> <script type="text/javascript"> function get(o){ alert(o.innerHTML); } </script>