﻿function click() {
if (event.button==2) {
alert('İzin verilmeyen bir işlem gerçekleştirdiniz.')
}
}
document.onmousedown=click
