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 ...
-
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...
-
Text of the Agreement signed at Panglong on the 12th February, 1947 by Shan, Kachin and Chin leaders, and by representatives of the Executiv...
-
Arabic (Modern Standard) أَلَمٌ أَلَمَّ أَلَمْ أُلِمَّ بِدَائِهِ ... إِنْ آنَ آنٌ آنَ آنُ أَوَانِهِ (Alamun alamma alam ulimma bida'ih ....
-
I was playing around with some settings in uTorrent, a very popular and well known torrent client, and I eventually ended up increasing my d...
-
LETTER TO Prime Minister of India The President of India, National Human Rights Commission, India Ministry Of Tribal Affairs Ministry of Law...
-
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...
-
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...
-
Hiai Picture January 24 2012 nu a ka facebook a ka upload ahi,, A limlak ah kei toh Mate, 2011 kum a lim kaki lak khom lai uh tuang a thu k...
-
Ask anyone in 2015 about essential “social skills” and you will probably get a list back about social media rules, which online social netwo...
statistics
Share this Post
Ads 1
Ads 2
Ads 2
Contributors
Powered by Blogger.




Post a Comment