Вот что у меня получилось
document.addEventListener("DOMContentLoaded", function () {
document.getElementById(generate).onclick = function(){
document.querySelectorAll('.num_only');
var rights = this.value;
if (rights == 'Ширина');
if (rights == 'Длина');
{
alert('Значение неверно');
}
alert('Значение верно');
}
},false);
can not set property 'onclick' of null