mptwoadmin
Programmer
Hi,
I would like to update "Perc" with the first select below & "Time" with the second select below :both with an OnChange event:
Can i get some assistance; I am at a loss..I can get an onchange to other input fields but cannot figure this one out..
First Select:
<td>
<select name="percentage_below_<cfoutput>#right(ref_6,2)#</cfoutput>">
<option value="10" selected>10%</option>
<option value="20">20%</option>
<option value="30">30%</option>
</select>
</td>
Second Select:
<td><select name="time_frame_<cfoutput>#right(ref_6,2)#</cfoutput>">
<option value="0" selected>0</option>
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="50">50</option>
<option value="60">60</option>
</select> </td>
<button id="add" onclick="PopupCenter('_eff_email_pop.cfm?perc=<cfoutput>#perc#&time=#time#</cfoutput>&machine=<cfoutput>#right(ref_6,2)#</cfoutput>', 'myPop1',450,400);">
I would like to update "Perc" with the first select below & "Time" with the second select below :both with an OnChange event:
Can i get some assistance; I am at a loss..I can get an onchange to other input fields but cannot figure this one out..
First Select:
<td>
<select name="percentage_below_<cfoutput>#right(ref_6,2)#</cfoutput>">
<option value="10" selected>10%</option>
<option value="20">20%</option>
<option value="30">30%</option>
</select>
</td>
Second Select:
<td><select name="time_frame_<cfoutput>#right(ref_6,2)#</cfoutput>">
<option value="0" selected>0</option>
<option value="10">10</option>
<option value="20">20</option>
<option value="30">30</option>
<option value="40">40</option>
<option value="50">50</option>
<option value="60">60</option>
</select> </td>
<button id="add" onclick="PopupCenter('_eff_email_pop.cfm?perc=<cfoutput>#perc#&time=#time#</cfoutput>&machine=<cfoutput>#right(ref_6,2)#</cfoutput>', 'myPop1',450,400);">