Skip to main content

I am seriously hot about this. I reported them to Ebay. But they never seem to do anything about it. I promise you its mine, it looks like my other listings and when you click on the picture it has the same Image Number of my image from Auctiva. She just copied and pasted it.

Any suggestions other then ringing her neck.
Original Post

Replies sorted oldest to newest

After you have wrote your description switch to html mode, paste the following at the end off all the html code that is already written. It will disable the right click and stops most people.

<SCRIPT language=JavaScript>
var message = "This Listing is Copyright Protected";
function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; }
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } }
document.onmousedown = rtclickcheck;
</SCRIPT>

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×