Powered by Blogger.

How to Disable Right click in Blogspot Blog?

Posted by Rahil Wednesday, August 18, 2010

Share Google Bookmarks Technorati DesignFloat Delicious



Have you noticed, that some web sites do not allow their visitors using right mouse click while pointer is on the blog area. This option is useful for the site and blog owners, who want to minimize the possibilities of the content direct copying to other posts.











Right click on any internet browser is very important element and we must use it when it comes to copy or editing texts and etc. It’s very important when it comes to webmasters too. but some people may use it in a bad way, and you may want to make click right disabled on your blog. to protect you text, images links and etc.


To setup this tool in your blog Copy the Following code and paste it to your blog by adding a new page element.

Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript
Step 2 : Copy the following code and paste it there .







<script language="JavaScript">
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

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>



Step 3 : Save the html/javascript and view you blog.When you will try to do right click, a message will tell you that “Function disabled” , and if you want to change this words” Function Disabled” Then simply find it in code and replace it.




Don't forget to drop you comment here.

Share

Blog Owner: Rahil

A Professional Blogger Who Share His Ideas Like Blogging,Making Money Online,Computer Tricks and Tips Etc. If you like This post, you can follow BlogForTricks On Twitter Subscribe to BlogForTricks Feed Via

0 comments

Post a Comment

Online Marketing
TopOfBlogs Technology blogs Internet Blogs
Computers (Hardware) - TOP.ORG Blogarama - Blog Directory tricks and tips One way text links
Submit Your Site To The Web's Top 50 Search Engines for Free!
Visit this site.

Enter email here

Join This Blog