i find that code that disable the right click like if your mouse click is broke or you dont have the right click
- Code:
<script async="async" type="text/javascript">
<!--
var message="مايكل سوفت للتطوير البرمجى";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
https://help.forumotion.com/t131790-is-there-script-to-disable-right-klick-works-with-topics-and-vistiors-only
and to work with this system with out warning disable same as the code i asked for before but with the way of the code i find and as i guess this is HTML so will have less weak points
Michael Soft
Last edited by Michael_vx on November 4th 2014, 10:31 am; edited 1 time in total (Reason for editing : Solved)