I have the following little code snippet and what I would like to do is update 
the totalPrice if the quantity is changed by the user.

   <TR>
    <TD width="70" class="bblackfont">Your Offer:</TD>
    <TD width="80" class="nblackfont"><input type="text" name="AQuantity" 
value="1" style="width: 40px;"></TD>
    <TD width="590" class="nblackfont"><input type="text" name="price" 
value="#numberFormat(itemPrice)#" style="width:50px;"></TD>
    <TD><!---totalPrice goes here---></TD>
    <TD><image src="images/calulator.gif" alt="calculate" 
onClick="something"></TD>
   </TR>




Doug B.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266501
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to