Error 404 - Not Found
Sorry, but you are looking for something that isn't here.
How to prevent anyone from copying your web content?
If you own a blog or a website and you want to prevent other bloggers from copying the content from your blog then this article is for you. To prevent such users from copying content from your blog i will show you Javascript Trick to disable right click on your blog. So lets get started.
How To Disable Right Click On Your Blog ?
1. Got to your blogger Dashboard and then Click on Layout.
2. Now Click on Add Gadget and select Html/Javascript.
3. Now paste code given below in the pop up window.
<!--MBW Code-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Code End http://nqaze.blogspot.in>
4. Save it and done. Now users will not be able to right click on your website.
How To Disable Right Click On Your Blog ?
1. Got to your blogger Dashboard and then Click on Layout.
2. Now Click on Add Gadget and select Html/Javascript.
3. Now paste code given below in the pop up window.
<!--MBW Code-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Code End http://nqaze.blogspot.in>
4. Save it and done. Now users will not be able to right click on your website.
-
Default comments
- Facebook comments

:smile

:sadsmile

:sadsmile

:cool

:wink

:sweating

:speechless

:kiss

:blush

:sleepy

:dull

:angry

:itwasntme

:lipssealed

:hi

:call

:clapping

:rofl

:like

:dislike

:strike
Subscribe to:
Post Comments
(
Atom
)
Popular Posts
-
Google Glasses explore edition explained.. just go t... through this.... Read more
-
Hi friends, we have been listening about the new And... droid, i.e Android L, which has not been officially launched yet. The name has b.. Read more
-
Coolest Youtube Tricks that you must Know ... 1.Set a Specific Start Time: Many times you wish to share some video on Youtube with.. Read more
-
The Best Computer Tips and Tricks: System Tweaks Di... isable System Restore: You can gain a lot of drive space by disabling System Res.. Read more
-
You may be Curious to Know the Original Installation Date o... of Windows. We all want to know when our windows was First Installed, How many mo.. Read more
Next after Kitkat.. Its Android L
Sep 23, 2014|No comment
Check Original Installation Date of your Windows
Aug 11, 2014|No comment
Aug 11, 2014|No comment
Aug 11, 2014|No comment
Google Glasses explore edition explained..
Aug 11, 2014|No comment