<td width="350" height="40" bgcolor="#075C32" class="Titulares_small">
<%=(Recordset1.Fields.Item("Vinculo").Value)%>
</td>
Gracias!
| ||||
| Pues algo así... Es muy sencillo. Sustituye la línea: <%=(Recordset1.Fields.Item("Vinculo").Value)%> Por esta otra:
Código:
;) <a class="tu_clase_para_el_link" href="<%=(Recordset1.Fields.Item("Vinculo").Value)%>" onMouseOver="window.status='Ver la foto de esta t&iaacute; que está buenísima ;)';return true;" onMouseOut="window.status='';return;"><%=(Recordset1.Fields.Item("Vinculo").Value)%></a>
|
| ||||
| <td > <a href="<%=(Recordset1.Fields.Item("Vinculo").Value) %>" target="_blank"><%=(Recordset1.Fields.Item("Vincul o").Value)%> </a> </td> O.k la linea me quedo asi pero no funciona! Ojo el valor que trae es un vinculo. Lo que no funciona es que no aparece siquiera! |
| ||||
| Prueba con esto a ver si te funciona
Código:
saludos while Not Rst.Eof %>
<tr bgcolor="#d5e8cc">
<td><b><font color="#003366"><a href="Pagina.asp?variable=
<%=rst("Codigo")%><font size="3" face="Verdana">
<%=rst("Titulo")%></font></a></font></b>
</td>
<td><b><font color="#003366"><%=rst("Descripcion")%></font></b>
</td>
</tr>
<% Rst.movenext
wend%>
__________________ por pensar que es poco lo que se puede hacer..!!! |
| ||||
| <td width="350" height="40" bgcolor="#075C32" class="Titulares_small"> <a href="<%=(Recordset1.Fields.Item("Vinculo").Value) %>" target="_blank" class="Texto_negrita">Estado de cuenta</a> </div> </td> Perdon creo que si era como decian! Gracias mil! |