test-no-prt-no-copy-but-yes-right-click
test-no-prt-no-right-click-no-copy
test-no-prt-but-yes-copy
test-no-prt-no-right-click-no-copy
<body oncontextmenu="return false;">
<script type="text/javascript">
$(document).ready(function () {
//Disable full page
$('body').bind('cut copy paste', function (e) {
e.preventDefault();
});
//Disable part of page
$('#id').bind('cut copy paste', function (e) {
e.preventDefault();
});
});
</script>
<style type="text/css" media="print">
* { display: none; }
</style>
test-no-prt-but-yes-copy
<style type="text/css" media="print">
* { display: none; }
</style>
test-no-prt-no-copy-but-yes-right-click
<script type="text/javascript">
$(document).ready(function () {
//Disable full page
$('body').bind('cut copy paste', function (e) {
e.preventDefault();
});
//Disable part of page
$('#id').bind('cut copy paste', function (e) {
e.preventDefault();
});
});
</script>
<style type="text/css" media="print">
* { display: none; }
</style>
test-no-prt-no-right-click-no-copy
test-no-prt-but-yes-copy
test-no-prt-no-right-click-no-copy
<body oncontextmenu="return false;">
<script type="text/javascript">
$(document).ready(function () {
//Disable full page
$('body').bind('cut copy paste', function (e) {
e.preventDefault();
});
//Disable part of page
$('#id').bind('cut copy paste', function (e) {
e.preventDefault();
});
});
</script>
<style type="text/css" media="print">
* { display: none; }
</style>
test-no-prt-but-yes-copy
<style type="text/css" media="print">
* { display: none; }
</style>
test-no-prt-no-copy-but-yes-right-click
<script type="text/javascript">
$(document).ready(function () {
//Disable full page
$('body').bind('cut copy paste', function (e) {
e.preventDefault();
});
//Disable part of page
$('#id').bind('cut copy paste', function (e) {
e.preventDefault();
});
});
</script>
<style type="text/css" media="print">
* { display: none; }
</style>