چطوری کد جلوگیری از کپی متن رو داخل فروم بزاریم

سلام دوستان من کد جلوگیری از متن رو دارم ولی نمی دونم چطوری روی سایت سوارش کنم کمک کنید دوستان
 

moon_spell

Member
اين کد جاوا رو تو هيدر قالب قرار بديد
جلوگیری از ذخیره شدن صفحه و انتخاب نوشته ها :cool:

کد:
<!----Www.Dlisladn.Com--->
<SCRIPT language=JavaScript1.2>
//Disable select-text script (IE4+, NS6+)
//Exclusive permission granted to Dynamic Drive to feature script
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</SCRIPT>
<!----Www.Dlisladn.Com--->
 

جدیدترین ارسال ها

بالا