How to disable right-click on your Blogger site
and that is disable right-click on your Blogger. disable right-click make your Blogger secure as you want,
and it will disable copy and paste function. it is a very easy process and done within a minute.
Just Follow These Steps and learn:-
1. First of all go to blogger account.
2. Then select design and click Page element.
3. Now select Add a Gadget.
4. Select HTML/JavaScript and paste below code.
<center>
400px;”>
<tr><td><script language=”JavaScript”>
<!–
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message=”";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!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(“return false”)
// –>
</script>
</td></tr>
</tbody></table>
</center>
400px;”>
<tr><td><script language=”JavaScript”>
<!–
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message=”";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!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(“return false”)
// –>
</script>
</td></tr>
</tbody></table>
</center>
5. And finally Click save Button.
6. you have done it.
Enjoy With.............
Solution Bux
0 comments:
Post a Comment