أعضاؤنا قدموا 513 مساهمة في هذا المنتدى هذا المنتدى يتوفر على 103 عُضو. آخر عُضو مُسجل هو hadil فمرحباً به.
ككل هناك 0 عُضو متصل حالياً 0 عضو مُسجل, 0 عُضو مُختفي و 0 زائر :: 1 روبوت الفهرسة في محركات البحث أكبر عدد للأعضاء المتواجدين في هذا المنتدى في نفس الوقت كان 25 بتاريخ الأربعاء فبراير 29, 2012 2:02 pm
الأعضاء المتواجدون في المنتدى: لا أحد عناكب محركات البحث المتواجدة حالياً في المنتدى: Google
لا احد يحتفل اليوم بعيد ميلاده لا احد سيحتفل بعيد ميلاده خلال 7 ايام القادمة
/*
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* Translated By www.star28.com/*/var clickmessage="الزر اليمين لا يعمل على الصور "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;iif (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()