![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/03/2003, 08:42
|
![Avatar de franfritz](http://static.forosdelweb.com/customavatars/avatar32345_1.gif) | | | Fecha de Ingreso: marzo-2003 Ubicación: Stgo Chile
Mensajes: 260
Antigüedad: 21 años, 10 meses Puntos: 0 | |
Gracias fgil2,
mi formulario es diferente mira aqui esta el codigo HTML, en este formulario me muestra tantos productos como tenga en la BD, y es necesario validar que si se quiere cotizar un producto tambien ingrese la cantidad, y al reves si ingresa una cantidad tambien haga click en el checkbox, muchas gracias.
<html>
<!-- Creation date: 28/03/03 -->
<head>
</head>
<body>
<table border="1" width="100%">
<tr bgcolor="#0000cc">
<td><font color="white">Codigo</font></td>
<td><font color="white">Nombre</font></td>
<td><font color="white">Precio</font></td>
<td ><font color="white">Cantidad</font></td>
<td width="300"><font color="white">Cotizar</font></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td><input size="7"type="text"></td>
<td><input type="checkbox"></td>
</tr>
</table>
</body>
</html>
SALUDOS |