Sunday, June 9, 2013

Disable Right Click on Images in Blogger


How to Disable Right Click on Images in Blogger :


right click


By disabling right click on images we can save our own images with out copying from others.After disabling right click , mouse right click will not work on blogger images. We can disable right click on images in blogger blog without adding any java script. With oncontextmenu attribute we can disable right click on blogger images.


Follow below steps to disable right click on images in your blogger blog.


step 1 : go to blogger dashboard

step 2 : click on posts

step 3 : view posts and switch to HTML mode

step 4 : find image tag and add below code to image tag

oncontextmenu="return false;" 

add oncontextmenu="return false;" to image tag , like below
<image oncontextmenu="return false;" ............../>

step 5 : click on publish posts

No comments:

Post a Comment