Create your own templates with HTML

BY JUSTONEMOREANIMATION

HOME BASIC CODES TO COPY ADDING IMAGES DISABLE RIGHT-CLICK

GREAT SELLER RESOURCES

CLICK HERE FOR AN HTML DICTIONARY

FREE ANIMATIONS AND MORE TO CUSTOMIZE YOUR TEMPLATES

GET INSTANT ACCESS TO FUN TEMPLATES

Stretch your dollars! Inkjet cartridges at HALF price!

One Month Free Trial! ProStores - an eBay Company

Email List Management Tool - 60 Day Free Trial

Want additional Search traffic at a fraction of the cost? Try Search123.

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE



GREAT SHOPPING RESOURCES

 

Sunset's Emporium

Meldette's Auction Outlet

Gabriella's Secret Garden

Cathy's Curio Closet

 

www.collectiblestoday.com

SHEPLERS-The World's Largest Online Western Store

Fabric.com Coupon Corner

Find Starbucks Black Apron Exclusives at StarbucksStore.com

 

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE

ADVERTISE HERE

 

 

 

 

 

Here is a code and the information I got directly from THIS WEBSITE. "These are not my words, this is copied directly from the website".
(TO USE EITHER CODE BELOW, JUST CUT, COPY, AND PASTE INTO THE HTML SECTION OF YOUR TEMPLATE. ADD THIS CODE AS THE VERY FIRST CODE, BEFORE YOUR TEMPLATE CODE.)
 

Right-Click Disable

There seems to be a lot of interest in the right-click disable code to stop people from stealing picture or even viewing the source code for your listing.

First, let me assure you that not only is this a wasted effort (it doesn't really prevent anything) it is also annoying and actually interferes with navigation for many people who use the right-click menu for that purpose. My best advice is: don't use it!

That said, if you simply must have the code, here it is:

<script language="javascript">
var message="Function Disabled!";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false;")
</script>

 

Note: although this code contains no restricted constructs and is therefore allowed in eBay listings, any JavaScript may interfere with various scripts used by eBay from time to time so results may be unpredictable, and using this may give you a false sense of security and will probably reduce the number of bids you receive. Therefore, use it at your own risk!

 

Here is another code I found from this website:
 
<SCRIPT language=JavaScript>
<!--
http://www.spacegun.co.uk -->
 var message = "function disabled";
 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>

 

 

This site was created by Justonemoreanimation @2007. All information provided here is the opinion of the webmaster. For more information visit Justonemoreanimation at E-bay. Resell rights to this information has been given provided this web address is used.