<script type="text/javascript">
$(document).ready(function() {
$("#Text1").bind('copy', function() { return false;});
$("#Text1").bind('paste', function() { return false;});
$("#Text1").bind('cut', function() { return false;});
});
</script>
чуть подправил SleepShadowWeb
|