
09/11/2004, 02:56
|
| | Fecha de Ingreso: julio-2004
Mensajes: 170
Antigüedad: 20 años, 7 meses Puntos: 0 | |
Error de sintaxis es el error que me da
el html es :
<select name="cliente">
<option value="513681">2 PAPEL</option>
<option value="462012">24 ENTERPRISE S.G.E.</option>
<option value="534185">ZX</option>
</select>
<input type="button" name="hcliente" value="Historico Cliente">
<input type="button" name="ncliente" value="Nuevo Cliente" >
</td>
</tr>
<tr>
<td width="15%">Cliente por Código:</td>
<td width="85%">
<input type="text" name="codcliente" onblur="cliente()">
cliente es la funcion que he puesto al principio |