![]() |
Sergey Kornilov admin 8/25/2005 |
Try something like this: if GetData(rs.Fields("HyperLinkField"), "")<>"Default path value" then Response.Write "<a href=""" & GetData(rs.Fields("HyperLinkField"), "") & """>HyperLinkedWord</a>" |
|
orit author 8/28/2005 |
after updating the code, I get: |
![]() |
Sergey Kornilov admin 8/29/2005 |
Hi, |
|
orit author 8/30/2005 |
Sent you the _list file for investigation. (didn't make any change except what you instructed) |