منتديات ماي اصحاب
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

احمد عمار
احمد عمار
عضو فضي
عضو فضي
الجنس : ذكر مشاركات : 162
26022010
لوحة الادارة - مظهر المنتدى - تشكيلات عامة

او

لوحة الادارة - مظهر المنتدى - الوان - ورقة تصمبم css

الكود:

<script language="Javascript1.2">

/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/

var clickmessage="Right click disabled on images!"

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>


عدل سابقا من قبل احمد عمار في الجمعة فبراير 26, 2010 9:16 am عدل 2 مرات
مُشاطرة هذه المقالة على:reddit

تعاليق

Sam Hameed
الجمعة فبراير 26, 2010 7:06 amSam Hameed
شكرا لك و يسلمو على الكود و جاري التجربة
بقايا امراة
السبت يونيو 11, 2011 7:25 pmبقايا امراة
إختيار مميز
متصفح عبق أجاد صاحبه
إقتناص الممتع المفيد
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى