|
Mailing Lists
|
Home /
Groups /
Object Oriented Programming with ColdFusion
Select Box/Text Box
I have a select box, and need to populate a text box with the value x 545. Any suggestions:John Eubanks 04/13/07 10:32 A Are you just looking for a javascript to do this with, or am I missingKen Wexel 04/13/07 04:21 P 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 Are you just looking for a javascript to do this with, or am I missing something? -Ken ----- Excess quoted text cut - see Original Post for more -----
|
May 21, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||