Tutorial on how to Disable Right/left Click using JavaScript For Blogger
Today i will be posting on how to disable right click for blogger..
before doing this you can back up your Template if you like,, but here we will be just Adding GADGET, no need to worry
After you Click AddGadget,, Pop up will come up,, see pic
.
First we have Sign in to Blogger and then goto Dashboard
then select Layout. See Pic
After that you will see Add Gadget in sidebar/footer, click on that see pic
After you Click AddGadget,, Pop up will come up,, see pic
In that Popup Tab Choose HTML/Javasccript
<script language=javascript>
<!--
var message="function disable by biakmuancj";
///////////////////////////////////
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>
or this one
<!- START disable copy paste --><script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><script type='text/javascript'> if(typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" ); } else{document.onmousedown=new Function ("return false" );document.onmouseup=new Function ("return false"); } </script><!-- End disable copy paste -->
or this one
<!- START disable copy paste --><script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><script type='text/javascript'> if(typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" ); } else{document.onmousedown=new Function ("return false" );document.onmouseup=new Function ("return false"); } </script><!-- End disable copy paste -->
Then Save your Template.
After that Refresh your blog.. it should work just fine..
0 comments :
Formulir Kontak
Labels
- ADC
- An engineering student
- birthdday
- Christianity
- Education
- English
- Got Questions
- Human Evolution is not from apes
- Indian
- JavaScript
- jokes
- Lamka
- lyrics
- Manipur
- me
- Mizoram
- MLR & LR Act
- Music
- na gel ngei sam hiam
- Office
- Paite
- Petiton
- Photos
- siamsinpawlpi
- SIkha lauh di hilou
- Technology
- Tongue twister
- Tribal
- Tutorial
- Video
- Zomi
- ZRA
- Zu
Popular Posts
-
Young Paite in their Traditional attire The Paites are indigenous tribes of Mizoram under the Greater Assam state since 1300 AD. The Tribal ...
-
Text of the Agreement signed at Panglong on the 12th February, 1947 by Shan, Kachin and Chin leaders, and by representatives of the Executiv...
-
Paihte or Paite is a name given by the Lusei and Pawi to people living in Tedim, in the southern and eastern parts of Manipur district and i...
-
Mihing bang a tel hiam! Thianmang? Na Ta thangvan nusia N'on sawl; Na itna thuk Na itna sang! Thianmang, Mihing pilna lung in gawl maw...
-
Arabic (Modern Standard) أَلَمٌ أَلَمَّ أَلَمْ أُلِمَّ بِدَائِهِ ... إِنْ آنَ آنٌ آنَ آنُ أَوَانِهِ (Alamun alamma alam ulimma bida'ih ....
-
Ask anyone in 2015 about essential “social skills” and you will probably get a list back about social media rules, which online social netwo...
-
WRITTEN BY GINPU GUITE LENGTONGHOIH, the renown ancient Zo beauty was the only sister of seven brothers. Endowed with the pride of a lady, t...
-
Petition For Clarification on why you Sign the Anti-Tribal Bills We Want to know why Bill was signed by Tribal MLAs ,, which later affect Tr...
-
flying without wing All of all important occasion in my life, my Birthday has been one of the most important day in my life.. well this year...
-
Today 14th August.. Pre Independence Day Celebration ... at our office hmmm that Muffler which i warp arround my neck,, ,Colorful Isn't ...
statistics
Share this Post
Ads 1
Ads 2
Ads 2
Contributors
Powered by Blogger.




Post a Comment