
09/03/2005, 14:21
|
 | Colaborador | | Fecha de Ingreso: febrero-2001 Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses Puntos: 535 | |
Intentá lo siguiente a ver si funciona:
Código:
<%
QS = Request.QueryString("id")
Do while not rt.eof
%><tr>
<td height="52" align="right">
<div align="center"><font color="#FFFFFF" size="2" face="Verdana, Arial, Helvetica, sans-serif">
<% If CStr(rt("id_coleccion")) <> CStr(QS) Then %>
<a href="catmencol.asp?id=<%=rt("id_coleccion")%>"><%=rt("ingles_coleccion")%></a> <br>
<a href="catmencol.asp?id=<%=rt("id_coleccion")%>"><%=rt("nombre_coleccion")%></a><br>
<% Else %>
<%=rt("ingles_coleccion")%><br>
<%=rt("nombre_coleccion")%><br>
<% End if %>
</font></div></td>
</tr> <%
rt.movenext
Loop%>
__________________ ...___... |