| Joshua.tvh©2013 |
|
function clickExplorer() { if( document.all ) { //alert('Stop copying the copyrighted material!'); } return false; } function clickOther(e) { if( document.layers || ( document.getElementById && !document.all ) ) { if ( e.which == 2 || e.which == 3 ) { //alert('Stop copying the copyrighted material!'); return false; } } } if( document.layers ) { document.captureEvents( Event.MOUSEDOWN ); document.onmousedown=clickOther; } else { document.onmouseup = clickOther; document.oncontextmenu = clickExplorer; }