Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 10th, 2003, 09:34 PM
Registered User
 
Join Date: Nov 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default autolink

I have a database and I managed to list it in a page. Now I want to get URL s autolinkedin that page. I tried to use autolink, but i could not do it :-(
please help
ayhan
 
Old November 11th, 2003, 02:38 AM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 112
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try adding another field in your database with the URL.

Then "wrap" the <a></a> (hyperlink) tags around the field you want to be a hyperlink.

e.g.
' open your database connection and get your recordset... rs
'...
<a href="http://www.yourlink.com"><%=rs.Fields("yourfieldname")%></a>
'...







Similar Threads
Thread Thread Starter Forum Replies Last Post
help about autolink ormageBUR Dreamweaver (all versions) 0 January 31st, 2007 11:09 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.