Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using MSAccess & FP 2000 Database Results

Status
Not open for further replies.

Harlequin007

Technical User
Feb 9, 2004
249
GB
Guys

I'm still having a problem presenting hyperlinks on an ASP results page.

Problem is thus:

I have a hyperlink address (full URL including the presented in an ASP page.

However, despite setting the database field as a hyperlink it does not display as such on the ASP page - just plain text.

How can i resolve this...?

----------------------------
Cogito Ergo Sum [jester2]
----------------------------
 
you still need to have the HTML anchor tags on your page:
Code:
<A HREF="<%=objRS("link")%>">my link text here</A>

If this isnt the problem then please post some of your code.

Tony
reddot.gif WIDTH=500 HEIGHT=2 VSPACE=3

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top