<script type="text/javascript"> window.onload = function() { var botao = document.getElementById("btn"); botao.onclick = function() { alert("Botão clicado"); } } </script>
... <button id="btn">Clique esse botão</button> ...
Arquivos exemplo: « anterior | próximo »