This topic is locked
[SOLVED]

 hyperlink from one field in another

1/3/2005 5:29:44 PM
ASPRunnerPro General questions
D
ducmis author

I have a Title field and a URL field. I want to be able to click Title and go to the url that the URL holds.
eg. for this particular recordset
URL = http://www.hotmail.com
Title = Hotmail - Free Email
I want to click Hotmail - Free Email in the list page and open a new window at hotmail.com.
can anyone please help me.??

Sergey Kornilov admin 1/3/2005

Proceed to the Formatting tab in ASPRunnerPro and set View as type for this field to Hyperlink. Click on Change ... to choose Title field to be displayed. This is it.

D
ducmis author 1/3/2005

Proceed to the Formatting tab in ASPRunnerPro and set View as type for this field to Hyperlink. Click on Change ... to choose Title field to be displayed. This is it.



thank you so much,, it works..

501122 1/5/2005

Is there a way to not have it pass the http: prefix to the hyperlink. For example I want the link to use telnet:// instead of http://

501123 1/6/2005

You can. the hyperlink does not put the http: . all you have to do is add the telnet://xxxx (address) in as data. then you can use the field data as the hyperlink.