Edite o evento OnClick
var submitButton = document.getElementById('submitButton');
submitButton.setAttribute('onclick', 'alert("hello");');
Impossible Iguana
var submitButton = document.getElementById('submitButton');
submitButton.setAttribute('onclick', 'alert("hello");');