Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2003, 13:53
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 23 años
Puntos: 7
No lo se, pero que tal si haces...

<%
Dim rep, comprobacion
rep = 1
Do while not DS.EOF and rep<3
rep = rep + 1
%>
<tr>
<td width="79%">
<a href="http://www.perfoparts.com/perfo/productos/Detalle.asp?prod=<%=DS.FieldByName("id").Value%>" ><%=DS.FieldByName("Producto").Value%></a></td>
<td width="21%"><%=strSearch%></td>
</tr>
<%
DS.MoveNext
loop
%>