Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2012, 06:45
israeltoroc
 
Fecha de Ingreso: abril-2012
Mensajes: 13
Antigüedad: 12 años
Puntos: 2
Respuesta: AyudaAutocomplete

aqui esta el otro pedaso de codigo que faltaba...


</select>
<input type="submit" value="Buscar">
</div>
</form>
<div align="left"></center> </div></td>
</tr>
</table>

<table width="250" border = "0" align="center" cellspacing="2">
<tr>
<td class="cabecera"><div align="left"><font size="2" face="arial" color="#040061"><b>Clientes</b></font></div></td>
</tr>
<tr>
<td align="center" class="cabecera"> <form method="POST" action="cliente_detalle.asp" name="f2">
<%
set rsTemp = createobject("ADODB.Recordset")
sqltxt = "ra_cliente_extranjero_indura_2 '"& session("clirut")&"'"
rsTemp.open sqltxt, Application("Base_Export_ConnectionString")
'response.write sqltxt
%>
<div align="left">
<select size="1" name="cliente">
<%
rstemp.movefirst
do while not rstemp.eof
cliente = rsTemp("nombre")
rutextranjero =rsTemp("rutextranjero")
%>
<option value="<%=trim(rutextranjero)%>"><%=trim(cliente)% ></option>
<%
rstemp.movenext
loop
rstemp.close
set rstemp = nothing
%>
</select>
<input type="submit" value="Buscar">
</div>
</form>
<div align="left"></center> </div></td>
</tr>
</table>
<% END IF %>

</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>


<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br>
</center>
</body>
</html>