Links in Database results

G

Guest

I am trying to display text as a link from one field but use an URL address
from another field as the link.

eg name field = test
infolink = http://www.fred.com

so that when you clink on the word test the link takes you to fred.com

Ruffred
 
S

Stefan B Rusynko

In the cell displaying the DBRW fields:

<a href="<%=FP_Field(fp_rs,"infolink")%>"><%=FP_FieldVal(fp_rs,"test")%></a>

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I am trying to display text as a link from one field but use an URL address
| from another field as the link.
|
| eg name field = test
| infolink = http://www.fred.com
|
| so that when you clink on the word test the link takes you to fred.com
|
| Ruffred
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top