﻿function click() {
    if (event.button==2) {
        alert('Xin lỗi, chuột phải không có tác dụng!')
    }
}
document.onmousedown=click
