Skip to main content

How to Disable Right Click in Blogger Blogs


CircuitCity FREE Shipping PROMO

Disabling right click in Blogger websites is really easy as it does not need any technical knowledge you simply have to copy and paste some script into your <body> and that’s it everything is done.

Why will anyone want to disable the right click in their website? Well there can be many reasons but the main reason which comes to anyone's mind is the content copying and the page source viewing.

To disable the right click just follow below steps .:

1. Go to your dashboard in Blogger.com

2. Now click Template and than click Edit HTML, now click on Proceed.

3. Now simply copy and paste the below script right before the </body> tag.

&lt;script language=javascript&gt;
&lt;!--

var message=&quot;&quot;;

function clickIE()
{
if (document.all) {
(message);return false;}
}

function clickNS(e)
{
if (document.layers||(document.getElementById&amp;&amp;!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{
document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function(&quot;return false&quot;)

// --&gt;
&lt;/script&gt;

4. That’s it, now click on Save Template Button, now script is up and running on your blog just check it out refresh your blog and try to right click you will not be able to do that, ask your readers to do this thing.


Unlimited Music, Everywhere. Try Rdio for Free. BANNERS EFORCHINA Worldwide Free Shippping LinkShare_180x150

Comments

Popular posts from this blog

9 Free & Open Source Forum Software Solutions

Forums can be a great way to encourage audience participation, and to change a website from a one dimensional entity into a full fledged community. There are a number of well developed open source forums out there on the web to help you create that, each with their own benefits. This review breaks down some of the best software out there in 2011 with a focus on everything from lightweight forum solutions to the all singing, all dancing heavyweights. Vanilla URL: http://vanillaforums.org/ Features URL: http://vanillaforums.org/features/embed-vanilla License: GPL Runs on: PHP / MySQL / Postgres Vanilla has always prided itself on clean underlying code, bringing together web standards, code reuse and css to create a product that kicks lumps out of 1990′s bulletin software that we’ve become accustomed to on the web. With many of the forum software solutions out there on the web carrying a technical burden of tables and bloatware, Vanilla brings with it a fresh approac...

5 Free Websites to Create TimeTable Online

Here is a list of  5 free websites to create time table online . These websites let you plan all your classes, subjects; and create a timetable accordingly. Creating a timetable is both important and recommended as it helps you in scheduling things in a better way.  Especially during exam time, you can divide your time between different subjects, using a time table, and study accordingly. On these websites, you can add all your subjects, assignments that you have to do and make yourself a time table that will help you in reminding everything. Some of these websites also let you print your timetable. The 5 free websites to create time table here are  My Study Life, ExamTime, Class Schedule Maker, CollegeRuled, and revisionworld . My Study Life: The first website that allows you to create time table is   My Study Life . It is a very beautiful looking website with some very interesting features. You have to begin by creating a free account. After that, you can ad...

5 Free Strong Password Generator Websites

Here is a list of  5 free strong password generator website  that allow you to generate strong and easy to remember passwords quickly. These websites, through all the characters, upper case, lower case etc. generate passwords for you that are quite difficult to crack. Different options are available on every website and you have to manually select the parameters before a password is generated by the website. In order to test how strong these randomly generated passwords are, you can use an online tool called HowSecureIsMyPassword. You will get to know how much time a PC would take to crack your password. The 5 strong password generator websites here are  OnlinePasswordGenerator, SafePassword, Password Generator, Secure Password generator, and LastPass . OnlinePasswordGenerator: The first strong password generator is  OnlinePasswordGenerator . It is a very simple to use website that generates a password in few easy steps. When you visit the home page of th...