کد جلوگیری از انتخاب متن و ذخیره صفحه
با قرار دادن این کد در بخش head قالبتون کاربر نمیتونه متن های سایت رو انتخاب و صفحه رو ذخیره کنه .
کد:
<!--WebCodes.Rozblog.Com-->
<script type="text/javascript">
//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>
<a hrfe="http://webcodes.rozblog.com" style="display:none;">webcodes</a>
<!--WebCodes.Rozblog.Com-->