Restrict User To Copy Image
-
Hi I have developed a site related to Art in which artist can add thier art or paintings 4 sell. So how can i restrict user to direct copy image using right click n select Save Picture AS option..... Thanks with anticaptions :laugh:
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
-
Hi I have developed a site related to Art in which artist can add thier art or paintings 4 sell. So how can i restrict user to direct copy image using right click n select Save Picture AS option..... Thanks with anticaptions :laugh:
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
//This code disable the right click property of the webpage function Disable() { if (event.button == 2) { alert("This action is not possible") } } document.onmousedown=Disable;</x-turndown>
-
//This code disable the right click property of the webpage function Disable() { if (event.button == 2) { alert("This action is not possible") } } document.onmousedown=Disable;</x-turndown>
-
Hi I have developed a site related to Art in which artist can add thier art or paintings 4 sell. So how can i restrict user to direct copy image using right click n select Save Picture AS option..... Thanks with anticaptions :laugh:
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
~V~ wrote:
So how can i restrict user to direct copy image using right click n select Save Picture AS option.....
You can also use this script.
function BlockRightClick()
{
document.oncontextmenu=new Function("return false");
}call on body unload event this script supports on all browser. regard Imrankhan
please don't forget to vote on the post that helped you.
-
~V~ wrote:
So how can i restrict user to direct copy image using right click n select Save Picture AS option.....
You can also use this script.
function BlockRightClick()
{
document.oncontextmenu=new Function("return false");
}call on body unload event this script supports on all browser. regard Imrankhan
please don't forget to vote on the post that helped you.
-
Hi I have developed a site related to Art in which artist can add thier art or paintings 4 sell. So how can i restrict user to direct copy image using right click n select Save Picture AS option..... Thanks with anticaptions :laugh:
Unless u don't give ur hundred percent whatever u r doning till there is no result of ur work...
Using javascript to prevent someone from using the Save Picture As option will stump most people but it is very easy to get around if someone really wants to get an image. You should also watermark the images as it is quite difficult to remove a watermark successfully.
Declan Bright www.declanbright.com
-
Using javascript to prevent someone from using the Save Picture As option will stump most people but it is very easy to get around if someone really wants to get an image. You should also watermark the images as it is quite difficult to remove a watermark successfully.
Declan Bright www.declanbright.com
-
sumit7034 wrote:
how can i watermark the images
Visit My blog regard Imrankhan
please don't forget to vote on the post that helped you.
-
Recommend Mytoolsoft Batch Watermark, Very easy to use. http://www.mytoolsoft.com