hi
i am trying to turn this code:
strOutput += "<input type=hidden name=\"amount\" value=\""+ moneyFormat((fTotal + fShipping + fTax)) + "\">";
into a html form line:
<input type=hidden name="amount" value="??????????">
im not sure what i shud be putting in the value bit.
can anybody help
thanks
simon