Jump to content

Newbie needs fresh eyes to exam code for errors


lunattic

Recommended Posts

Hi - I just started coding for the first time an order form to a website where users can order items online and after submitting the order the user and me receive a confirming email with all the information in the order.

It worked fine before I entered more items to the order list. Now i have some problems that i would like to get some help with as i cannot see the errors in the code myself.

 

The 2 problems that i have are:

- I don´t get the confirming email, neither does the user.

- The calculate on the fly function does not work.

 

I have attached the processorder.php file and the index.php file is below (sorry for the long code, I would love to know how to make this code shorter but being a newbie i have no idea how to do it).

 

Any help will be mostly appreciated :)

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<meta name="robots" content="index, follow" />

<meta name="keywords" content="icelandic sheep, The brown sheep, The white sheep, The black and white sheep, The grey sheep, The black sheep, theorganicsheep, theorganicsheep.com, steinvør sigurðsdóttir, steinvør sigurdsdottir" />

<meta name="title" content="The Organic Sheep | Icelandic sheepskin products" />

<meta name="author" content="theorganicsheep.com" />

<meta name="description" content="theorganicsheep.com - The sheep are born in Icelands natural wilderness. They roam freely with no human contact during their lives. The unique quality of the Icelandic sheep gives us a 100% natural product - characterized by pleasant scent as well as a fluffy, very long, natural wool.

The rug can be used on the floor as a luxurious covering. It can also be used as a throw, on beds, in front of the fireplace or draped over any type of seat or to the late evening on the terrace, no matter where you choose to place your sheep, it looks fantastic." />

<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />

<title>The Organic Sheep | Icelandic sheepskin products</title>

<link href="/templates/greenbusiness/favicon.ico" rel="shortcut icon" type="image/x-icon" />

<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />

<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>

<script type="text/javascript" src="/media/system/js/mootools.js"></script>

<script type="text/javascript" src="/media/system/js/caption.js"></script>

<script type="text/javascript" src="/media/system/js/modal.js"></script>

<script type="text/javascript">

window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); });

window.addEvent('domready', function() {

 

SqueezeBox.initialize({});

 

$$('a.modal').each(function(el) {

el.addEvent('click', function(e) {

new Event(e).stop();

SqueezeBox.fromElement(el);

});

});

});

</script>

 

<link rel="stylesheet" href="/templates/greenbusiness/css/template_css.css" type="text/css" />

<script type="text/javascript">

 

var _gaq = _gaq || [];

_gaq.push(['_setAccount', 'UA-10762647-10']);

_gaq.push(['_trackPageview']);

 

(function() {

var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

})();

 

</script>

 

 

<script language="javascript">

<!--//

function dm(amount)

{

string = "" + amount;

dec = string.length - string.indexOf('.');

if (string.indexOf('.') == -1)

return string + '.00';

if (dec == 1)

return string + '00';

if (dec == 2)

return string + '0';

if (dec > 3)

return string.substring(0,string.length-dec+3);

return string;

}

 

function calculate()

{

QtyA = 0; QtyB = 0; QtyC = 0; QtyD = 0; QtyE = 0; QtyF = 0; QtyG = 0; QtyH = 0; QtyI = 0; QtyJ = 0; QtyK = 0; QtyL = 0; QtyM = 0; QtyN = 0; QtyO = 0; QtyP = 0; QtyQ = 0; QtyR = 0; QtyS = 0; QtyT = 0; QtyU = 0; QtyV = 0; QtyW = 0; QtyX = 0; QtyY = 0; QtyZ = 0; QtyAA = 0; QtyBB = 0; QtyCC = 0; QtyDD = 0; QtyEE = 0; QtyFF = 0; QtyGG = 0; QtyHH = 0; QtyII = 0; QtyJJ = 0; QtyKK = 0; QtyLL = 0;

TotA = 0; TotB = 0; TotC = 0; TotD = 0; TotE = 0; TotF = 0; TotG = 0; TotH = 0; TotI = 0; TotJ = 0; TotK = 0; TotL = 0; TotM = 0; TotN = 0; TotO = 0; TotP = 0; TotQ = 0; TotR = 0; TotS = 0; TotT = 0; TotU = 0; TotV = 0; TotW = 0; TotX = 0;TotY = 0; TotZ = 0; TotAA = 0;TotBB = 0; TotCC = 0; TotDD = 0;TotEE = 0;TotFF = 0; TotGG = 0; TotHH = 0;TotII = 0;TotJJ = 0; TotKK = 0; TotLL = 0;

PrcA = 38.00; PrcB = 38.00; PrcC = 38.00; PrcD = 56.00; PrcE = 56.00; PrcF = 38.00; PrcG = 38.00; PrcH = 38.00; PrcI = 38.00; PrcJ = 56.00; PrcK = 56.00; PrcL = 18.00; PrcM = 18.00; PrcN = 21.00; PrcO = 21.00; PrcP = 18.00; PrcQ = 18.00; PrcR = 21.00; PrcS = 21.00; PrcT = 33.00; PrcU = 33.00; PrcV = 40.00; PrcW = 40.00; PrcX = 38.00; PrcY = 38.00; PrcZ = 54.00; PrcAA = 54.00; PrcBB = 33.00; PrcCC = 33.00; PrcDD = 40.00; PrcEE = 40.00; PrcFF = 38.00; PrcGG = 38.00; PrcHH = 54.00; PrcII = 54.00; PrcJJ = 00.00; PrcKK = 63.00; PrcLL = 99.00;

if (document.ofrm.qtyA.value > "")

{ QtyA = document.ofrm.qtyA.value };

document.ofrm.qtyA.value = eval(QtyA);

if (document.ofrm.qtyB.value > "")

{ QtyB = document.ofrm.qtyB.value };

document.ofrm.qtyB.value = eval(QtyB);

if (document.ofrm.qtyC.value > "")

{ QtyC = document.ofrm.qtyC.value };

document.ofrm.qtyC.value = eval(QtyC);

if (document.ofrm.qtyD.value > "")

{ QtyD = document.ofrm.qtyD.value };

document.ofrm.qtyD.value = eval(QtyD);

if (document.ofrm.qtyE.value > "")

{ QtyE = document.ofrm.qtyE.value };

document.ofrm.qtyE.value = eval(QtyE);

if (document.ofrm.qtyF.value > "")

{ QtyF = document.ofrm.qtyF.value };

document.ofrm.qtyF.value = eval(QtyF);

if (document.ofrm.qtyG.value > "")

{ QtyG = document.ofrm.qtyG.value };

document.ofrm.qtyG.value = eval(QtyG);

if (document.ofrm.qtyH.value > "")

{ QtyH = document.ofrm.qtyH.value };

document.ofrm.qtyH.value = eval(QtyH);

if (document.ofrm.qtyI.value > "")

{ QtyI = document.ofrm.qtyI.value };

document.ofrm.qtyI.value = eval(QtyI);

if (document.ofrm.qtyJ.value > "")

{ QtyJ = document.ofrm.qtyJ.value };

document.ofrm.qtyJ.value = eval(QtyJ);

if (document.ofrm.qtyK.value > "")

{ QtyK = document.ofrm.qtyK.value };

document.ofrm.qtyK.value = eval(QtyK);

if (document.ofrm.qtyL.value > "")

{ QtyL = document.ofrm.qtyL.value };

document.ofrm.qtyL.value = eval(QtyL);

if (document.ofrm.qtyM.value > "")

{ QtyM = document.ofrm.qtyM.value };

document.ofrm.qtyM.value = eval(QtyM);

if (document.ofrm.qtyN.value > "")

{ QtyN = document.ofrm.qtyN.value };

document.ofrm.qtyN.value = eval(QtyN);

if (document.ofrm.qtyO.value > "")

{ QtyO = document.ofrm.qtyO.value };

document.ofrm.qtyO.value = eval(QtyO);

if (document.ofrm.qtyP.value > "")

{ QtyP = document.ofrm.qtyP.value };

document.ofrm.qtyP.value = eval(QtyP);

if (document.ofrm.qtyQ.value > "")

{ QtyQ = document.ofrm.qtyQ.value };

document.ofrm.qtyQ.value = eval(QtyQ);

if (document.ofrm.qtyR.value > "")

{ QtyR = document.ofrm.qtyR.value };

document.ofrm.qtyR.value = eval(QtyR);

if (document.ofrm.qtyS.value > "")

{ QtyS = document.ofrm.qtyS.value };

document.ofrm.qtyS.value = eval(QtyS);

if (document.ofrm.qtyT.value > "")

{ QtyT = document.ofrm.qtyT.value };

document.ofrm.qtyT.value = eval(QtyT);

if (document.ofrm.qtyU.value > "")

{ QtyU = document.ofrm.qtyU.value };

document.ofrm.qtyU.value = eval(QtyU);

if (document.ofrm.qtyV.value > "")

{ QtyV = document.ofrm.qtyV.value };

document.ofrm.qtyV.value = eval(QtyV);

if (document.ofrm.qtyW.value > "")

{ QtyW = document.ofrm.qtyW.value };

document.ofrm.qtyW.value = eval(QtyW);

if (document.ofrm.qtyX.value > "")

{ QtyX = document.ofrm.qtyX.value };

document.ofrm.qtyX.value = eval(QtyX);

if (document.ofrm.qtyY.value > "")

{ QtyY = document.ofrm.qtyY.value };

document.ofrm.qtyY.value = eval(QtyY);

if (document.ofrm.qtyZ.value > "")

{ QtyZ = document.ofrm.qtyZ.value };

document.ofrm.qtyZ.value = eval(QtyZ);

if (document.ofrm.qtyAA.value > "")

{ QtyAA = document.ofrm.qtyAA.value };

document.ofrm.qtyAA.value = eval(QtyAA);

if (document.ofrm.qtyBB.value > "")

{ QtyBB = document.ofrm.qtyBB.value };

document.ofrm.qtyBB.value = eval(QtyBB);

if (document.ofrm.qtyCC.value > "")

{ QtyCC = document.ofrm.qtyCC.value };

document.ofrm.qtyCC.value = eval(QtyCC);

if (document.ofrm.qtyDD.value > "")

{ QtyDD = document.ofrm.qtyDD.value };

document.ofrm.qtyDD.value = eval(QtyDD);

if (document.ofrm.qtyEE.value > "")

{ QtyEE = document.ofrm.qtyEE.value };

document.ofrm.qtyEE.value = eval(QtyEE);

if (document.ofrm.qtyFF.value > "")

{ QtyFF = document.ofrm.qtyFF.value };

document.ofrm.qtyFF.value = eval(QtyFF);

if (document.ofrm.qtyGG.value > "")

{ QtyGG = document.ofrm.qtyGG.value };

document.ofrm.qtyGG.value = eval(QtyGG);

if (document.ofrm.qtyHH.value > "")

{ QtyHH = document.ofrm.qtyHH.value };

document.ofrm.qtyHH.value = eval(QtyHH);

if (document.ofrm.qtyII.value > "")

{ QtyII = document.ofrm.qtyII.value };

document.ofrm.qtyII.value = eval(QtyII);

if (document.ofrm.qtyJJ.value > "")

{ QtyJJ = document.ofrm.qtyJJ.value };

document.ofrm.qtyJJ.value = eval(QtyJJ);

if (document.ofrm.qtyKK.value > "")

{ QtyKK = document.ofrm.qtyKK.value };

document.ofrm.qtyKK.value = eval(QtyKK);

if (document.ofrm.qtyLL.value > "")

{ QtyLL = document.ofrm.qtyLL.value };

document.ofrm.qtyLL.value = eval(QtyLL);

TotA = QtyA * PrcA;

document.ofrm.totalA.value = dm(eval(TotA));

TotB = QtyB * PrcB;

document.ofrm.totalB.value = dm(eval(TotB));

TotC = QtyC * PrcC;

document.ofrm.totalC.value = dm(eval(TotC));

TotD = QtyD * PrcD;

document.ofrm.totalD.value = dm(eval(TotD));

TotE = QtyE * PrcE;

document.ofrm.totalE.value = dm(eval(TotE));

TotF = QtyF * PrcF;

document.ofrm.totalF.value = dm(eval(TotF));

TotG = QtyG * PrcG;

document.ofrm.totalG.value = dm(eval(TotG));

TotH = QtyH * PrcH;

document.ofrm.totalH.value = dm(eval(TotH));

TotI = QtyI * PrcI;

document.ofrm.totalI.value = dm(eval(TotI));

TotJ = QtyJ * PrcJ;

document.ofrm.totalJ.value = dm(eval(TotJ));

TotK = QtyK * PrcK;

document.ofrm.totalK.value = dm(eval(TotK));

TotL = QtyL * PrcL;

document.ofrm.totalL.value = dm(eval(TotL));

TotM = QtyM * PrcM;

document.ofrm.totalM.value = dm(eval(TotM));

TotN = QtyN * PrcN;

document.ofrm.totalN.value = dm(eval(TotN));

TotO = QtyO * PrcO;

document.ofrm.totalO.value = dm(eval(TotO));

TotP = QtyP * PrcP;

document.ofrm.totalP.value = dm(eval(TotP));

TotQ = QtyQ * PrcQ;

document.ofrm.totalQ.value = dm(eval(TotQ));

TotR = QtyR * PrcR;

document.ofrm.totalR.value = dm(eval(TotR));

TotS = QtyS * PrcS;

document.ofrm.totalS.value = dm(eval(TotS));

TotT = QtyT * PrcT;

document.ofrm.totalT.value = dm(eval(TotT));

TotU = QtyU * PrcU;

document.ofrm.totalU.value = dm(eval(TotU));

TotV = QtyV * PrcV;

document.ofrm.totalV.value = dm(eval(TotV));

TotW = QtyW * PrcW;

document.ofrm.totalW.value = dm(eval(TotW));

TotX = QtyX * PrcX;

document.ofrm.totalX.value = dm(eval(TotX));

TotY = QtyY * PrcY;

document.ofrm.totalY.value = dm(eval(TotY));

TotZ = QtyZ * PrcZ;

document.ofrm.totalZ.value = dm(eval(TotZ));

TotAA = QtyAA * PrcAA;

document.ofrm.totalAA.value = dm(eval(TotAA));

TotBB = QtyBB * PrcBB;

document.ofrm.totalBB.value = dm(eval(TotBB));

TotCC = QtyCC * PrcCC;

document.ofrm.totalCC.value = dm(eval(TotCC));

TotDD = QtyDD * PrcDD;

document.ofrm.totalDD.value = dm(eval(TotDD));

TotEE = QtyEE * PrcEE;

document.ofrm.totalEE.value = dm(eval(TotEE));

TotFF = QtyFF * PrcFF;

document.ofrm.totalFF.value = dm(eval(TotFF));

TotGG = QtyGG * PrcGG;

document.ofrm.totalGG.value = dm(eval(TotGG));

TotHH = QtyHH * PrcHH;

document.ofrm.totalHH.value = dm(eval(TotHH));

TotII = QtyII * PrcII;

document.ofrm.totalII.value = dm(eval(TotII));

TotJJ = QtyJJ * PrcJJ;

document.ofrm.totalJJ.value = dm(eval(TotJJ));

TotKK = QtyKK * PrcKK;

document.ofrm.totalKK.value = dm(eval(TotKK));

TotLL = QtyLL * PrcLL;

document.ofrm.totalLL.value = dm(eval(TotLL));

Totamt =

eval(TotA) +

eval(TotB) +

eval(TotC) +

eval(TotD) +

eval(TotE) +

eval(TotF) +

eval(TotG) +

eval(TotH) +

eval(TotI) +

eval(TotJ) +

eval(TotK) +

eval(TotL) +

eval(TotM) +

eval(TotN) +

eval(TotO) +

eval(TotP) +

eval(TotQ) +

eval(TotR) +

eval(TotS) +

eval(TotT) +

eval(TotU) +

eval(TotV) +

eval(TotW) +

eval(TotX) +

eval(TotY) +

eval(TotZ) +

eval(TotAA) +

eval(TotBB) +

eval(TotCC) +

eval(TotDD) +

eval(TotEE) +

eval(TotFF) +

eval(TotGG) +

eval(TotHH) +

eval(TotII) +

eval(TotJJ) +

eval(TotKK) +

eval(TotLL) ;

document.ofrm.GrandTotal.value = dm(eval(Totamt));

}

 

function validNum(theForm)

{

var checkOK = "0123456789.,";

var checkStr = theForm.qtyA.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyA.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyA.focus();

return (false);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyB.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyB.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyA.focus();

return (false);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyC.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyC.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyC.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyD.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyD.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyD.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyE.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyE.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyE.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyF.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyF.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyF.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyG.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyG.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyG.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyH.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyH.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyH.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyI.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyI.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyI.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyJ.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyJ.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyJ.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyK.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyK.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyK.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyL.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyL.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyL.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyM.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyM.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyM.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyN.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyN.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyN.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyO.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyO.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyO.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyP.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyP.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyP.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyQ.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyQ.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyQ.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyR.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyR.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyR.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyS.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyS.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyS.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyT.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyT.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyT.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyU.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyU.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyU.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyV.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyV.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyV.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyW.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyW.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyW.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyX.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyX.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyX.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyY.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyY.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyY.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyZ.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyZ.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyZ.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyAA.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyAA.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyAA.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyBB.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyBB.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyBB.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyCC.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyCC.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyCC.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyDD.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyDD.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyDD.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyEE.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyEE.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyEE.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyFF.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyFF.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyFF.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyGG.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyGG.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyGG.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyHH.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyHH.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyHH.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyII.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyII.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyII.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyJJ.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyJJ.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyJJ.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyKK.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyKK.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyKK.focus();

return (false);

}

calculate();

return (true);

}

var checkOK = "0123456789.,";

var checkStr = theForm.qtyLL.value;

var allValid = true;

var validGroups = true;

var decPoints = 0;

var allNum = "";

for (i = 0; i < checkStr.length; i++)

{

ch = checkStr.charAt(i);

for (j = 0; j < checkOK.length; j++)

if (ch == checkOK.charAt(j))

break;

if (j == checkOK.length)

{

allValid = false;

break;

}

if (ch == ".")

{

allNum += ".";

decPoints++;

}

else if (ch == "," && decPoints != 0)

{

validGroups = false;

break;

}

else if (ch != ",")

allNum += ch;

}

if (!allValid)

{

alert("Please enter only digit characters.");

theForm.qtyLL.focus();

return (false);

}

if (decPoints > 1 || !validGroups)

{

alert("Please enter a valid number.");

theForm.qtyLL.focus();

return (false);

}

calculate();

return (true);

}

 

function Validate(theForm)

{

 

if (theForm.Name.value == "")

{

alert("Please enter a value for the \"Name\" field.");

theForm.FirstName.focus();

return (false);

}

 

if (theForm.Email.value == "")

{

alert("Please enter a value for the \"Email\" field.");

theForm.LastName.focus();

return (false);

}

 

return (true);

}

 

//-->

</script>

 

</head>

<body>

<div id="top">

<div id="top-cover">

 

 

 

</div>

 

</div>

<div class="container">

<div id="topmenu">

<ul class="menu"><li class="item1"><a href="http://theorganicsheep.com/"><span>Home</span></a></li><li class="item10"><a href="/index.php?option=com_content&view=article&id=7&Itemid=10"><span>Products</span></a></li><li class="item7"><a href="/index.php?option=com_content&view=article&id=6&Itemid=7"><span>Inspiration</span></a></li><li class="item9"><a href="/index.php?option=com_content&view=article&id=4&Itemid=9"><span>The Icelandic sheep</span></a></li><li class="item8"><a href="/index.php?option=com_content&view=article&id=5&Itemid=8"><span>Contact</span></a></li><li class="item3"><a href="/index.php?option=com_virtuemart&Itemid=3"><span>WEBSHOP</span></a></li><li class="item23"><a href="/index.php?option=com_content&view=article&id=1&Itemid=23"><span>Retailers</span></a></li></ul><p><a href="http://www.theorganicsheep.com" title="The Organic Sheep"><img src="/images/stories/logo.png" border="0" /></a></p>

</div>

<div id="contentarea">

<div id="content">

 

<div class="contentpaneopen_edit">

<span class="hasTip" title="Edit Article :: Published<br />Public<br />Friday, 10 December 2010<br />Administrator"><a href="/index.php?view=article&id=1%3Athe-organic-sheep--icelandic-sheepskin-products&task=edit&ret=aHR0cDovL3RoZW9yZ2FuaWNzaGVlcC5jb20vaW5kZXgucGhwP29wdGlvbj1jb21fY29udGVudCZ2aWV3PWFydGljbGUmaWQ9MSZJdGVtaWQ9MjQ%3D&option=com_content&Itemid=24" ><img src="/images/M_images/edit.png" alt="edit" /></a></span> </div>

 

<h2 class="contentheading ">

The Organic Sheep | Icelandic sheepskin products </h2>

 

<div class="buttons">

<div class="buttonheading">

<a href="/index.php?view=article&id=1%3Athe-organic-sheep--icelandic-sheepskin-products&format=pdf&option=com_content&Itemid=24" title="PDF" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/images/M_images/pdf_button.png" alt="PDF" /></a> </div>

 

<div class="buttonheading">

<a href="/index.php?view=article&id=1%3Athe-organic-sheep--icelandic-sheepskin-products&tmpl=component&print=1&layout=default&page=&option=com_content&Itemid=24" title="Print" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" rel="nofollow"><img src="/images/M_images/printButton.png" alt="Print" /></a> </div>

 

<div class="buttonheading">

<a href="/index.php?option=com_mailto&tmpl=component&link=aHR0cDovL3RoZW9yZ2FuaWNzaGVlcC5jb20vaW5kZXgucGhwP29wdGlvbj1jb21fY29udGVudCZ2aWV3PWFydGljbGUmaWQ9MTp0aGUtb3JnYW5pYy1zaGVlcC0taWNlbGFuZGljLXNoZWVwc2tpbi1wcm9kdWN0cyZJdGVtaWQ9MQ==" title="E-mail" onclick="window.open(this.href,'win2','width=400,height=350,menubar=yes,resizable=yes'); return false;"><img src="/images/M_images/emailButton.png" alt="E-mail" /></a> </div>

</div>

 

<div class="contentpaneopen ">

<div class="author">

Written by Administrator</div>

 

<div class="createdate">

Friday, 10 December 2010 23:18</div>

 

 

<p style="color:#ffffff;">1</p>

 

<div class="modifydate">

Last Updated ( Wednesday, 22 February 2012 11:28 )

</div>

</div>

<span class="article_separator"></span>

 

</div>

 

<div id="spotlight">

<p style="font-size:16px;"><strong>The Organic Sheep - Online order form</strong></p>

<form name="ofrm" action="http://www.theorganicsheep.com/orderform/processorder.php" method="POST" onsubmit="return Validate(this)">

<p><strong>Customer information (* denotes required information):</strong></p>

<table id="table1" border="0" cellpadding="0" width="550">

<tbody>

<tr>

<td width="340" align="left">Company Name*</td>

<td width="10"></td>

<td width="200"><input name="Name" size="30" type="text" tabindex="1" /></td>

</tr>

<tr>

<td width="340" align="left">Email* (Your confirmation will be sent here):</td>

<td width="10"></td>

<td width="200"><input name="Email" size="30" type="text" tabindex="1" /></td>

</tr>

<tr>

<td width="340" align="left">Address 1:</td>

<td width="10"></td>

<td width="200"><input name="Address1" size="30" type="text" tabindex="1" /></td>

</tr>

<tr>

<td width="340" align="left">Address 2:</td>

<td width="10"></td>

<td width="200"><input name="Address2" size="30" type="text" tabindex="1" /></td>

</tr>

<tr>

<td width="340" align="left">Zip code and city:</td>

<td width="10"></td>

<td width="200"><input name="ZipCity" size="30" type="text" tabindex="1" /></td>

</tr>

<tr>

<td width="340" align="left">Country:</td>

<td width="10"></td>

<td width="200"><input name="Country" size="30" type="text" tabindex="1" /></td>

</tr>

<tr>

<td width="340" align="left">CVR number:</td>

<td width="10"></td>

<td width="200"><input name="CVR" size="30" type="text" tabindex="1" /></td>

</tr>

<tr>

<td width="340" align="left">Phone:</td>

<td width="10"></td>

<td width="200"><input name="Phone" size="30" type="text" tabindex="1" /></td>

</tr>

<tr>

<td width="340" align="left"></td>

<td width="10"></td>

<td width="200"></td>

</tr>

</tbody>

</table>

<p><strong>Please place your order:</strong></p>

<table id="table2" border="0" cellpadding="0" width="550">

<tbody>

<tr>

<td colspan="4" height="31" valign="bottom"><span style="font-size:16px;"><strong>SHEEPSKIN</strong></span></td>

</tr>

<tr>

<td width="250" height="31"><strong>Item Description</strong></td>

<td width="100" height="31" align="center"><strong>Quantity</strong></td>

<td width="60" height="31" align="right"><strong>Price </strong></td>

<td width="140" height="31" align="right"><strong>Total</strong></td>

</tr>

<tr>

<td width="250">100 - The Black Sheep - long hair</td>

<td width="100" align="center"><input name="qtyA" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalA" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">101 - The White Sheep - long hair</td>

<td width="100" align="center"><input name="qtyB" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalB" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">102 - The Spotted Sheep - long hair</td>

<td width="100" align="center"><input name="qtyC" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalC" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">103 - The Grey Sheep - long hair</td>

<td width="100" align="center"><input name="qtyD" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">56.00</td>

<td width="140" align="right"><input name="totalD" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">104 - The Brown Sheep - long hair</td>

<td width="100" align="center"><input name="qtyE" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">56.00</td>

<td width="140" align="right"><input name="totalE" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">105 - The Black Sheep - short hair</td>

<td width="100" align="center"><input name="qtyF" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalF" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">106 - The White Sheep - short hair</td>

<td width="100" align="center"><input name="qtyG" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalG" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">107 - The Spotted Sheep - short hair</td>

<td width="100" align="center"><input name="qtyH" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalH" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">108 - The Spotted Sheep - long hair</td>

<td width="100" align="center"><input name="qtyI" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalI" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">109 - The Silver Sheep - long hair</td>

<td width="100" align="center"><input name="qtyJ" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">56.00</td>

<td width="140" align="right"><input name="totalJ" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">110 - The Silver Sheep - short hair</td>

<td width="100" align="center"><input name="qtyK" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">56.00</td>

<td width="140" align="right"><input name="totalK" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td colspan="4" height="31" valign="bottom"><span style="font-size:16px;"><strong>CHAIR PADS</strong></span></td>

</tr>

<tr>

<td width="250" height="31"><strong>Item Description</strong></td>

<td width="100" height="31" align="center"><strong>Quantity</strong></td>

<td width="60" height="31" align="right"><strong>Price </strong></td>

<td width="140" height="31" align="right"><strong>Total</strong></td>

</tr>

<tr>

<td width="250">201 - Chair Pad Black - long hair</td>

<td width="100" align="center"><input name="qtyL" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">18.00</td>

<td width="140" align="right"><input name="totalL" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">202 - Chair Pad White - long hair</td>

<td width="100" align="center"><input name="qtyM" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">18.00</td>

<td width="140" align="right"><input name="totalM" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">203 - Chair Pad Silver - long hair</td>

<td width="100" align="center"><input name="qtyN" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">21.00</td>

<td width="140" align="right"><input name="totalN" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">204 - Chair Pad Brown - long hair</td>

<td width="100" align="center"><input name="qtyO" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">21.00</td>

<td width="140" align="right"><input name="totalO" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">205 - Chair Pad Black - short hair</td>

<td width="100" align="center"><input name="qtyP" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">18.00</td>

<td width="140" align="right"><input name="totalP" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">206 - Chair Pad White - short hair</td>

<td width="100" align="center"><input name="qtyQ" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">18.00</td>

<td width="140" align="right"><input name="totalQ" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">207 - Chair Pad Silver - short hair</td>

<td width="100" align="center"><input name="qtyR" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">21.00</td>

<td width="140" align="right"><input name="totalR" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">208 - Chair Pad Brown - short hair</td>

<td width="100" align="center"><input name="qtyS" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">21.00</td>

<td width="140" align="right"><input name="totalS" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td colspan="4" height="31" valign="bottom"><span style="font-size:16px;"><strong>CUSHIONS</strong></span></td>

</tr>

<tr>

<td width="250" height="31"><strong>Item Description</strong></td>

<td width="100" height="31" align="center"><strong>Quantity</strong></td>

<td width="60" height="31" align="right"><strong>Price </strong></td>

<td width="140" height="31" align="right"><strong>Total</strong></td>

</tr>

<tr>

<td width="250">301 - Cushion Square White - long hair</td>

<td width="100" align="center"><input name="qtyT" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">33.00</td>

<td width="140" align="right"><input name="totalT" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">302 - Cushion Square Black - long hair</td>

<td width="100" align="center"><input name="qtyU" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">33.00</td>

<td width="140" align="right"><input name="totalU" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">303 - Cushion Square Silver - long hair</td>

<td width="100" align="center"><input name="qtyV" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">40.00</td>

<td width="140" align="right"><input name="totalV" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">304 - Cushion Square Brown - long hair</td>

<td width="100" align="center"><input name="qtyW" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">40.00</td>

<td width="140" align="right"><input name="totalW" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">305 - Cushion Rectangle White - long hair</td>

<td width="100" align="center"><input name="qtyX" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalX" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">306 - Cushion Rectangle Black - long hair</td>

<td width="100" align="center"><input name="qtyY" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalY" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">307 - Cushion Rectangle Silver - long hair</td>

<td width="100" align="center"><input name="qtyZ" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">54.00</td>

<td width="140" align="right"><input name="totalZ" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">308 - Cushion Rectangle Brown - long hair</td>

<td width="100" align="center"><input name="qtyAA" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">54.00</td>

<td width="140" align="right"><input name="totalAA" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">309 - Cushion Square White - short hair</td>

<td width="100" align="center"><input name="qtyBB" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">33.00</td>

<td width="140" align="right"><input name="totalBB" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">310 - Cushion Square Black - short hair</td>

<td width="100" align="center"><input name="qtyCC" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">33.00</td>

<td width="140" align="right"><input name="totalCC" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">311 - Cushion Square Silver - short hair</td>

<td width="100" align="center"><input name="qtyDD" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">40.00</td>

<td width="140" align="right"><input name="totalDD" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">312 - Cushion Square Brown - short hair</td>

<td width="100" align="center"><input name="qtyEE" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">40.00</td>

<td width="140" align="right"><input name="totalEE" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">313 - Cushion Rectangle White - short hair</td>

<td width="100" align="center"><input name="qtyFF" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totalFF" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">314 - Cushion Rectangle Black - short hair</td>

<td width="100" align="center"><input name="qtyGG" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">38.00</td>

<td width="140" align="right"><input name="totaGG" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">315 - Cushion Rectangle Silver - short hair</td>

<td width="100" align="center"><input name="qtyHH" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">54.00</td>

<td width="140" align="right"><input name="totalHH" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">316 - Cushion Rectangle Brown - short hair</td>

<td width="100" align="center"><input name="qtyII" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">54.00</td>

<td width="140" align="right"><input name="totalII" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td colspan="4" height="31" valign="bottom"><span style="font-size:16px;"><strong>PLAIDS</strong></span></td>

</tr>

<tr>

<td width="250" height="31"><strong>Item Description</strong></td>

<td width="100" height="31" align="center"><strong>Quantity</strong></td>

<td width="60" height="31" align="right"><strong>Price </strong></td>

<td width="140" height="31" align="right"><strong>Total</strong></td>

</tr>

<tr>

<td width="250">400 - The Black Plaid</td>

<td width="100" align="center"><input name="qtyJJ" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">00.00</td>

<td width="140" align="right"><input name="totalJJ" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td colspan="4" height="31" valign="bottom"><span style="font-size:16px;"><strong>REINDEERS</strong></span></td>

</tr>

<tr>

<td width="250" height="31"><strong>Item Description</strong></td>

<td width="100" height="31" align="center"><strong>Quantity</strong></td>

<td width="60" height="31" align="right"><strong>Price </strong></td>

<td width="140" height="31" align="right"><strong>Total</strong></td>

</tr>

<tr>

<td width="250">501 - Reindeer</td>

<td width="100" align="center"><input name="qtyKK" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">63.00</td>

<td width="140" align="right"><input name="totalKK" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250">502 - Reindeer Deluxe</td>

<td width="100" align="center"><input name="qtyLL" size="5" type="text" tabindex="5" onchange="calculate()" /></td>

<td width="60" align="right">99.00</td>

<td width="140" align="right"><input name="totalLL" onchange="calculate()" size="12" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250"></td>

<td width="100" align="center"></td>

<td width="60" align="right"></td>

<td width="140" align="right"></td>

</tr>

<tr>

<td width="250">

<p align="right"><strong>TOTALS:</strong></p>

</td>

<td width="100" align="center"></td>

<td width="60" align="right"></td>

<td width="140" align="right"><input name="GrandTotal" size="15" type="text" tabindex="99" /></td>

</tr>

<tr>

<td width="250"></td>

<td width="100" align="center"></td>

<td width="60" align="right"></td>

<td width="140" align="right"></td>

</tr>

</tbody>

</table>

<p> </p>

<table id="table3" border="0" cellpadding="0" width="550">

<tbody>

<tr>

<td width="563">

<p align="center"><input name="subButton" type="submit" value="Submit" tabindex="50" /> <input name="resetButton" type="reset" value="Reset" tabindex="50" /></p>

</td>

</tr>

</tbody>

</table>

</form>

<p> </p>

<p>If you have questions or difficulties with this order page, please contact us.</p>

</div>

<div id="spotlight2">

 

</div>

</div>

<div id="bottom">

<div id="user1">

 

</div>

<div id="user2">

 

</div>

<div id="user3">

 

</div>

<div id="user4">

 

</div>

</div>

<div id="footer">

<div class="moduletable">

<p style="text-align: right; font-size:9px;"><a href="http://www.simonsendesign.com" target="_blank" title="CREATED BY SIMONSENDESIGN">CREATED BY SIMONSENDESIGN</a></p> </div>

 

</div>

</div>

 

</body>

</html>

processorder.php

Link to comment
Share on other sites

Sorry about filling your screen - I tried to attach it but it was too large to attach. The php file that i needed help with is attached, just thought it was smart to show the corresponding html aswell...i am not trying to get help with developing anything - just needed someone to point out what it is that i´m not seeing that i did wrong...if anyone would be so kind to do that it would be great - if not, that´s ok as well - no hard feelings ;)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.