Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/03/2011, 12:13
emma09
 
Fecha de Ingreso: julio-2009
Mensajes: 48
Antigüedad: 14 años, 10 meses
Puntos: 0
Pregunta Multiplicar 2 campos!!(textbox)..

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..