العربية
<!--قم بالتسجيل في الموقع<body>الصفحة الرئيسية--> <script language="JavaScript"> <!-- if (window.Event) document.captureEvents(Event.MOUSEUP); function nocontextmenu() { events.cancelBubble = true events.returnValue = false; عودة كاذبة. } function norightclick(e) { if (window.Event) { if (e.what == 2 || e.what == 3) return false; } else if (event.button == 2 || events.button == 3) { events.cancelBubble = true events.returnValue = false; عودة كاذبة. } } document.oncontextmenu = nocontextmenu; // لـ IE5+ document.onmousedown = norightclick; // لجميع الآخرين //--> </script>