Can anyone please help me?
enter:<input type="text" name="Amount" />
<input type="hidden" name="Quantity" value="if the user entered 8 in the textbox, what do I put here to assign that numerical Amount to the variable "Quantity"/>
am i totally off here? newbie here.
thanks,
jeff
enter:<input type="text" name="Amount" />
<input type="hidden" name="Quantity" value="if the user entered 8 in the textbox, what do I put here to assign that numerical Amount to the variable "Quantity"/>
am i totally off here? newbie here.
thanks,
jeff
Comment