|
مجتمع uCoz العربي للدعم والمساعدة اصحاب المواقع والويب ماسترز اكواد وحلول HTML كود منع نسخ الموضوعات (هام) |
كود منع نسخ الموضوعات |
حياك الله اخي الكريم ونرحبا بك بيننا
1)- ارجو ان يفيدك هذا الموضوع انطلاقتك نحو انشاء المواقع تبدا من اول نقطة 2)- من لوحة التحكم الرئيسية الرئيسية » تعديل التصميم » صفحات الموقع ضع الكود بعد اتمنى لك التوفيق كود <script type="text/javascript"> //Prevent Copying Content From Blogger/Blogspot //For full source code, visit http://wiki-ibda3.blogspot.com var omitformtags=["input", "textarea", "select"] omitformtags=omitformtags.join("|") function disableselect(e){ if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1) return false } function reEnable(){ return true } if (typeof document.onselectstart!="undefined") document.onselectstart=new Function ("return false") else{ document.onmousedown=disableselect document.onmouseup=reEnable } </script> <script type="text/javascript"> //<![CDATA[ /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Disable context menu on images by GreenLava (BloggerSentral.com) Version 1.0 You are free to copy and share this code but please do not remove this credit notice. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */ function nocontext(e) { var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName; if (clickedTag == "IMG") { alert(alertMsg); return false; } } var alertMsg = "ممنوع نسخ الصور"; document.oncontextmenu = nocontext; //]]> </script> اظافات ucoz | دعم مواقع ucoz | الدعم المتقدم لمواقع ucoz دروس، اضافات، قوالب, دعم وتطوير مواقع ucoz انطلاقتك نحو انشاء المواقع تبدا من اول نقطة |
| |||
| |||