<a href="" type="button" onclick="myFunction(this.id)" id="One">Click</a> <script> function myFunction(a){ alert(a); } </script>