hola foreros!! quiero hacer una multiplicación de dos textbox y que el resultado me lo muestre en otro textbox..como puedo hacerlo??me podrán ayudar... esta es la tabla:
<table>
<tr>
<td><FONT COLOR=Black><b>Costo </b></font></td>
<td><input type=text name=prod_costo size="6" maxlength="6" onkeypress="num_data(event);"></input></td>
</tr>
<tr>
<td><FONT COLOR=Black><b>Remarque </b></font></td>
<td><input type=text name=prod_remarque size="3" maxlength="3" onkeypress="num_data(event);"></input>%</td>
</tr>
<tr>
<td><FONT COLOR=Black><b>Precio Final </b></font></td>
<td><input type=text name=prod_final size="6" maxlength="6" onkeypress="num_data(event);"></input></td>
</tr>
</table>
..el producto (de costo * remarque) me lo tiene que mostrar en el textbox precio Final.. agradezco su ayuda..