displaying text insted of the hyperlink path |
2/17/2004 12:09:05 PM |
ASPRunnerPro General questions | |
author
I would like to manipulate the code so:
|
|
![]() |
Sergey Kornilov admin 2/19/2004 |
Here is what you can do:
Response.Write "<a href=""" & GetData(rsData.Fields("HyperlinkField"), "") & """>Some text here</a>"
Response.Write "<a href=""" & GetData(rsData.Fields("HyperlinkField"), "") & """>" & GetData(rsData.Fields("AnotherField"), "") & "</a>"
|
|
501005 2/22/2004 |
Perfect, |
|
501006 2/23/2004 |
another little question in addition to that: |
|
501007 10/13/2004 |
I would like to renew the question and change it a little bit: |