hyperlinks,,,but not really |
8/10/2004 12:01:07 PM |
ASPRunnerPro General questions | |
is it possible to change the value of of a field so that when you see it in the list view it is a hyperlink to something? http://sms1-1/sms_svc/report.asp?txtValue=COMPUTERNAME&txtSQL=0&txtReportID=7300] . I am thinking that it would be cool to link directly to that computer from withing the ASPRunner pages. So I was wondering if the VIEW field or the returned display for the COMPUTERNAME itself could be modified in such a way. <a target=_new href="http://sms1-1/sms_svc/report.asp?txtValue="& GetData(rsData.Fields("COMPUTERNAME"), |
|
|
Sarjent author 8/10/2004 |
got it! followed the instructions more closely and it works well. |