document.querySelector("#submit").oncontextmenu = function(){
  alert("Вы нажали правую кнопку мыши");
  return false
}