Protecting
Your eBay Auction Photos from Being Stolen
It is so frustrating when you
go to the trouble of taking photographs for your auction items, then cropping
them and optimizing them so they don't take forever to download, then
when you do a search for your auction item find that another seller has
taken them without your permission for her own auction.
One way you can prevent some
photo theft is by using a simple no right click script. This script is
silent, so when someone right clicks on your photo, nothing at all happens.
It just won't seem to right click.
While it may not eliminate
all photo theft, it makes it much more difficult for someone to do so.
When writing your auction description,
simply insert this javascript into the top of your description. Just copy
the code below, and paste it right into your eBay item description.
<script
language=JavaScript>
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all))
{
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new
Function("return false")
// -->
</script>
|
|