Ver Mensaje Individual
  #12 (permalink)  
Antiguo 11/02/2003, 06:30
Avatar de 8461277
8461277
 
Fecha de Ingreso: diciembre-2002
Ubicación: san juan de los morros
Mensajes: 887
Antigüedad: 22 años, 5 meses
Puntos: 1
Perdona por insistir

AYUDENME????????

Cita:
Mensaje Original por 8461277
Fabian me sigue dando error: se ven los dos numeros pero no puedo multiplicarlos, yt si son los dos campos numericos, ya que uno viene de un formulario que es(cantidadx) y el otro de una BD en access que es (Precio). Me puedes ayudar??? voy saliendo de mi oficina pero mañana temprano vuelvo estar aqui, haber si me pueden ayudar. Gracias Miguel
NOTA: el formulario que utilizo es este:
<html>

<head>

<title>Formulario para consulta sencilla</title>
</head>

<body OnLoad="javascript:document.fconsultagraciela2.Cod igo.focus();">
<h3 align="center">consulta sencilla</h3>
<p>&nbsp;</p>
<form method="POST" action="consultamodificagraciela.asp" name="fconsultagraciela2" AUTOCOMPLETE="OFF">
<table border="1" width="100%">
<tr>
<td width="16%">CODIGO:</td>
<td width="84%"><input type="text" name="Codigo" size="20"></td>
</tr>
<TR>
<TD>CANTIDAD:</TD>
<TD><INPUT TYPE="text" NAME="cantidadx" SIZE="20" MAXLENGTH="30"></TD>
</TR>
<td width="16%"><input type="submit" value="Enviar" name="B1"></td>
<td width="84%"><input type="reset" value="Restablecer" name="B2"></td>
</tr>
</table>
</form>