I am trying calculate values after a selecion from a list box.
code is below.

<cfselect name="extra2" editable="true" width="250" Label="Accessories 2" ">
<cfoutput query="ace">
<option>#ace.desc#</option>
</cfoutput> </cfselect>
<cfinput type="Text" name="eq2" width="30" label="Qty">
<cfinput type="Text" name="eprice2" width="100" label="Price" >

i would like the vlaue of eprice2 to be calculated form the price column of th
quesry in the above select box and quanity entered in eq2 text field.