<textarea oncontextmenu="return Paste();"></textarea>
function Paste(){ alert('....'); return false; }