переопределить кнопку отправки JavaScript

form = document.getElementById("myform")
form.submit = function() {
	// Code here
}
Undefined