تبليغاتX
قاصدک تنها
 
This free script provided by JavaScript Kit
function noRightClick() { if (event.button==2) { alert('?????') } } document.onmousedown=noRightClick