How To Disable Correct Click Inward Blogger Alongside Pictures
Hello friends, welcome to the Blogger tutorial today I volition present yous how to disable Right Click on Blogger spider web log spider web pages with pictures.
Previously nosotros disable the re-create glue part inwards our spider web log together with and thus unopen to people are re-create our content using correct click together with they salve our spider web log page offline, so hither nosotros acquire most Disable Right Click on Blogger blog.
Previously nosotros disable the re-create glue part inwards our spider web log together with and thus unopen to people are re-create our content using correct click together with they salve our spider web log page offline, so hither nosotros acquire most Disable Right Click on Blogger blog.
These are Following Steps:-
Step 1: Go to Blogger Layout together with click Add a Gadget link.
Step 2: Choose HTML/JavaScript Link.
Step 3: Paste the Code inwards Content surface area together with thus click Save button.
<script language=JavaScript>
<!--
//Disable correct mouse click Script
var message="Function Disabled!";
///////////////////////////////////
part clickIE4(){
if (event.button==2){
alert(message);
furnish false;}}
part clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
furnish 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>
<!--
//Disable correct mouse click Script
var message="Function Disabled!";
///////////////////////////////////
part clickIE4(){
if (event.button==2){
alert(message);
furnish false;}}
part clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
furnish 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 4: Go to your Blogger Blog.
How to Disable Right Click inwards Blogger blog
How to Disable Right Click inwards Blogger blog
Read More:-
How to Prevent Copying Text from Blogger
How to add together Page Number Navigation inwards Blogger
How to Add Social Media Button to Blogger Header
How to Delete Blogger Blog Permanently
I promise yous savour this Post. If whatsoever occupation comment it.
0 Response to "How To Disable Correct Click Inward Blogger Alongside Pictures"
Post a Comment