Sunday, June 8, 2014

របៀបបិទម៉ៅស្តាំនៅក្នុង BlogSpot


    ខ្ញុំ​សូ​ម​ជំ​រា​ប​សួរ​ប​ង​ប្អូន​ទាំ​ង​អ​ស់​គ្នាជា​ទី​គោ​រព​ដែ​ល​បា​ន​ចូ​ល​មក​ប្លក់​ខ្ញុំ​បាទ។ថ្ងៃនេះ​ខ្ញុំ​សូម​បង្ហាញ​អំពី​រ​បៀ​ប​បិ​ទ​ម៉ៅ​ស្តាំ​មិ​នឪ្យ​ម​នុ​ស្ស​មួ​យ​ចំ​នួ​ន​Copy Link ឫ​ Code ផ្សេងៗ​ទៀ​ត  នេះ​ជា​មូល​ហេតុ​មួ​យ​ដ៏​ល្អដើម្បីកា​រ​ពា​រប្ល​ក់​រ​ប​ស់​យើង​កុំ​អោ​យគេ​លួ​ច​ពី​ប្លក់​​យើង​ ។​ ហើ​យ​ជា​បន្ត​ដើម្បី​អោ​យ​កាន់​តែ​ច្បា​ស់​សូម​មើល​ម​ក​ខា​ង​ក្រោ​ម​:

ជំហានទី​១: login account Blog  ហើយចូលទៅកាន់ layout


ជំហានទី២: ចុចលើពាក្យ Gadget

ជំហានទី៣: Copy code  ហើយដាក់នៅក្នុង HTML/JavaSuript
កូដសម្រាប់ដាក់ក្នុងប្លក់អ្នក
<script language=JavaScript>
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>


ជំហានទី៤: Save

0 comments:

Post a Comment