I have a select box, and need to populate a text box with the value x 545.  Any 
suggestions:

#####################################################################################
<td valign="top">
  <cfselect name="SAttending" style="background-color:FFFF99">
        <option value="1">1
        <option value="2">2
  </cfselect>
</td>
<td width="5"></td>
<td valign="top" class="style5">@</td>
<td valign="top" class="style5"> $545 ea.</td>
<td width="5"></td>
<td valign="top"><span class="style5">$</span>
  <cfinput name="STS" type="text" size="5" style="background-color:FFFF99" 
value="">
</td>
####################################################################################

Any help would be greatly appreciated.

John 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:232352
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5

Reply via email to