Edit in JSFiddle

<a href='http://z54.com'>Example 1 on how to added event listeners</a><Br>
<input type='submit' value='Event Listeners' id='testListeners' />
document.getElementById('testListeners').onclick=function () {alert('Event Added'); }