طلب كود
2 مشترك
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
طلب كود
اريد كون منع نسخ الصور في المنتدى
commando 3-
- عدد المساهمات : 1915
معدل النشاط : 7826
السُمعة : 4
رد: طلب كود
هذا الكود برسالة تفضل :
<body onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"onselectstart="return false" oncontextmenu="return false"> <script language=JavaScript1.2> function ejs_nodroit() { alert('الاعضاء فقط من يستطيع النسخ .... سجل في المنتدي اولا'); return(false); } document.oncontextmenu = ejs_nodroit; </script>
<body onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"onselectstart="return false" oncontextmenu="return false"> <script language=JavaScript1.2> function ejs_nodroit() { alert('الاعضاء فقط من يستطيع النسخ .... سجل في المنتدي اولا'); return(false); } document.oncontextmenu = ejs_nodroit; </script>
رد: طلب كود
وهذا كود بدون رسالة تفضل:
<script language=JavaScript>
// Visit our site at http://www.star28.com/ for more code
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<script language=JavaScript>
// Visit our site at http://www.star28.com/ for more code
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
رد: طلب كود
وهذا الكود للصور فقط:
<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
* 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;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>
<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
* 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;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>
رد: طلب كود
وهذا للصور فقط وبدون رسالة
<body onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
onselectstart="return false" oncontextmenu="return false">
<body onbeforeprint="onbeforeprint()" onafterprint="onafterprint()"
onselectstart="return false" oncontextmenu="return false">
ملهم جرجنازي
ملهم جرجنازي
عدل سابقا من قبل ملهم جرجنازي في الخميس 15 سبتمبر 2011 - 22:39 عدل 1 مرات (السبب : و لا شي)
منتدى الدعم و المساعدة لأحلى المنتديات :: منتدى الدعم والمساعدة :: دعم مشاكل التومبلايت و الأكواد :: أرشيف قسم "مشاكل التومبلايت و الأكواد"
صفحة 1 من اصل 1
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى