Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

زر الفارة الايمن

 

هذا السكريبت يمنع استخدام زر الفارة الايمن  وهذا مفيدلمن لايريد ان يسرق شي من موقعه

جرب الان وأضغط زر الفارة الايمن

: الشرح

اولاً

انسخ باستخدام

ctrl+c

   وضعه بين   في اي محل بينهما

<body> , </body>

 

<script language=JavaScript> <!--
var message="
زر الفارة الايمن";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</script>

:ثانياً
ضع الرسالة التي تريدها ان تظهر مكان الرسالة المكتوبه با اللون الاخضر

 

للرجوع لصفحة الجافا اضغط هنا