ya3mri
02-05-2008, 07:52
وهذه إضافة صغيره تمنع الزر اليمين على الصور فقط
غير ذلك فهو مسموح...أكيد أريح للزائر
أدخل لوحه التحكم...
من يسارك أضغط على القوالب
أختر header.html ثم أضغط تحرير القوالب
أبحث عن هذا الكود
</head>
أضف بعده مباشره
<****** language="Java******1.2">
/*
Disable right click ****** II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML ******s
Visit http://www.dynamicdrive.com
*/
var clickmessage=" لتنزيل الصورة..أضغط على زر download "
function disableclick(e) {
if (********.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
*****(clickmessage);
return false;
}
}
}
else if (********.layers) {
if (e.which == 3) {
*****(clickmessage);
return false;
}
}
else if (********.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
*****(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<********.images.length;i++)
********.images[i].onmousedown=disableclick;
}
if (********.all)
********.onmousedown=disableclick
else if (********.getElementById)
********.onmouseup=disableclick
else if (********.layers)
associateimages()
</******>
غير ذلك فهو مسموح...أكيد أريح للزائر
أدخل لوحه التحكم...
من يسارك أضغط على القوالب
أختر header.html ثم أضغط تحرير القوالب
أبحث عن هذا الكود
</head>
أضف بعده مباشره
<****** language="Java******1.2">
/*
Disable right click ****** II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML ******s
Visit http://www.dynamicdrive.com
*/
var clickmessage=" لتنزيل الصورة..أضغط على زر download "
function disableclick(e) {
if (********.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
*****(clickmessage);
return false;
}
}
}
else if (********.layers) {
if (e.which == 3) {
*****(clickmessage);
return false;
}
}
else if (********.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
*****(clickmessage)
return false
}
}
}
function associateimages(){
for(i=0;i<********.images.length;i++)
********.images[i].onmousedown=disableclick;
}
if (********.all)
********.onmousedown=disableclick
else if (********.getElementById)
********.onmouseup=disableclick
else if (********.layers)
associateimages()
</******>