function noRightClick() { if (event.button==2) { alert('E no, questo non si può!') } } document.onmousedown=noRightClick


                                                                                                                                       htt