Click to See Complete Forum and Search --> : help with javascript and forms


symoore22
06-22-2005, 10:25 AM
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

planetsim
06-22-2005, 10:30 AM
Firstly whats this got to do with Installation? Secondly whats this got to do with PHP?

What are you trying to do? What do you want in there, were is the bit for the value coming from?