20/02/2003, 11:11
|
| | | Fecha de Ingreso: diciembre-2002 Ubicación: san juan de los morros
Mensajes: 887
Antigüedad: 22 años, 1 mes Puntos: 1 | |
Para el codigo 4 cifras y para la cantidad igual, es mas si es asi como lo explica, tambien se puede hacer para texto?????
Podriaan decirme como empezar, el formulario que estoy utilizando es:
<html>
<head>
<title>Formulario para consulta sencilla</title>
</head>
<body OnLoad="javascript:document.fconsultagraciela2.Cod igo.focus();">
<h3 align="center">consulta sencilla</h3>
<p> </p>
<form method="POST" action="consultamodificagraciela3.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="4" 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>
Miguel |