<input type="button" value="Im a Button" onclick="buttonWork();"/> <script> function buttonWork() { alert("Hello"); } </script>