I can\'t find out what is the problem with this JSFiddle.
HTML:
Jav
Select OnDomready
JavaScript:
addEventListener('load', init, false); function init() { oInput = document.getElementById('dButton'); oInput.onclick = test; } function test(){ alert("test"); }