Dynamic links from db results

W

weismana81

Hi all,

I'm having some trouble creating links that get their content from a db (if
that makes sense). I have a "community database" that links to other
companies in my area. There is a field in the db for a link to thier
website. My site is www.weismanins.com, and we'll say that the link is
www.biz.com. The link is trying to send the user to
www.weismanins.com/'www.biz.com'. My path looks like this:
'%3c%25=FP_FieldLink(fp_rs,%22Website%22)%25%3e' What am I doing
wrong?

The community page is at http://www.weismanins.com/community1.asp

The first record doesn't have a link but if you scroll to the second, you'll
see a link.
Any info is much appreciated! Thanks!!!
 
R

Ronx

hard to say without seeing the code in context, but
<a href="http://<%= fp_rs("Website") %>"><%= fp_rs("Website") %></a>
might be better.

This goes in HTML view. It looks as if the original code was pasted and URL
converted.
 

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