Disable Right Click On Image Without a Script

Gadgets For Blogger - this time I'll share a little small tutorial that is very easy but apparently very useful for some many bloggers who posted the image, and may not want a picture in his blog or his website freely copied by others.

In fact many loopholes and ways to copy a file in a website or blog. But for the ordinary person it would be very difficult and requires special skills and knowledge more about the soure of a website / blog. And it's certainly very fortunate for us.

Some similar trick may be my friends have read on his blog the master. But I think it's more complicated. And this time I will give a more simple tricks and easily about how to keep an image can not right click without using a script that excessive and there was no warning at all. Just add a little code in its code image.

Code standards of an image that is:
<img src="image.png" /> 
And friends just need to add this code between the code:
oncontextmenu = "return false;" 
and examples of code that have been added will be like this:
<img src="image.png" oncontextmenu="return false;" />
Any Question or problem?? fill the comment ^^

0 comments:

Post a Comment