Ad Code

Responsive Advertisement

Web Page ေတြမွာ R-Click, Select, Copy and Paste ေတြကို Disable လုပ္နည္း

Web Page ေတြမွာ select လုပ္ျပီး Copy နဲ႕ Paste ေတြကို Disable လုပ္ခ်င္တဲ့သူေတြအတြက္ေအာက္က script code ေလကို </head>ရဲ႕အေပၚမွာ ကူးထည့္လိုက္ေနာ္..

disable for copy and past script code:

<script type="text/JavaScript">
function killCopy(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=killCopy
document.onclick=reEnable
}
</script>

Web Page ေတြမွာ R-Click ကိုု Disable လုပ္ခ်င္တဲ့သူေတြအတြက္ေအာက္က code ေလးကို <body ေဘးမွာ ထပ္ေပါင္းထည့္လိုက္ေနာ္...

<body oncontextmenu="return false;">

အဆင္ေျပပါေစ
က်ိဳကၡမီသား လင္းႏိုင္ဦး

Post a Comment

0 Comments

Close Menu