muchas gracias aca mando el formulario:
Código:
muchas grias nuevamente <form action="ingresar.php" method="post" name="registration" onsubmit="return v.exec()"> <tr bgcolor="#4682B4"> <td height="25" colspan="6" nowrap id="t_street_address_ln2"><strong><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif">DATOS DEL PROPIETARIO</font></strong></td> </tr> <tr bgcolor="#ffffff"> <td height="26" id="Cliente"><font face="Verdana, Arial, Helvetica, sans-serif">Nombre</font></td> <td height="26" colspan="3" id="NomCliente"><select name="Propietario" id="select1" onChange="ComponerLista(document.forms.frmDatos.cliente[selectedIndex].value);" onkeyup="descuento1();"> <option selected="selected" >------- Seleccione------ </option>> <?php $tablaarticulo = mysql_query('SELECT * FROM cliente ORDER BY Cedula ASC'); while ($registroarticulo = mysql_fetch_array($tablaarticulo)) { ?> <option value="<?php echo $registroarticulo['Cedula'];?>"> <?php echo $registroarticulo['Nombre']; ?></option> <?php } mysql_free_result($tablaarticulo);?> </select></td> <td colspan="2"></td> </tr>