|
Place a bid
.tblTitle { color: white; background-color: #ff8ba2; } .tblTitleTxt { color: white; font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; } .tblTitleBigTxt { color: maroon; font-size: 22px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; } body { background-color: #feedea; background-image: url(http://www.ukau.us/ukau/ebay/images/statics/MoEx2-(Jewelry)-BackDrop.jpg); } .maintbl { } .tblDescTitle { font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; } .tblDescTxt1 { color: maroon; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; } .tblDescTxt2 { color: maroon; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; } .tblChargesTxt1 { color: maroon; font-size: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; } .tblBorder1 { border: solid 2px #444242; } .tblNoBorder { border: solid 1px white; } function ch_bc(color){ document.getElementById('no_ofitem').style.backgroundColor=color; }; function calculate(){ var obj=document.getElementById("fee"); var fee; var item=document.Shipping_Calculator.no_item.value; if(IsIntegral(item)){ fee=(item>0?(3.99+2.00*(item-1)):0.00); fee=(item>6?(fee+2):fee); obj.innerHTML="USD "+Math.round(fee*100)/100; obj.style.fontWeight="bold"; obj.style.color="#A63C38"; }else{ obj.innerHTML="Only positive integers."; obj.style.color="red"; document.Shipping_Calculator.no_item.select(); }; return false; }; function freset(){ var obj=document.getElementById("fee"); obj.innerHTML="USD 3.99"; obj.style.fontWeight="normal"; document.Shipping_Calculator.no_item.select(); }; function IsIntegral(sText){ var ValidChars="0123456789"; var IsNumber=true; var Char; for(i=0;i |