|
-
May 4th, 2001, 08:00 AM
#1
Thread Starter
PowerPoster
Displaying text as hyperlink fron DB. Help
When an asp page loads how do I display the text from a DB as a hyperlink to another page?
Please help.
thanks in advance.
-
May 4th, 2001, 12:09 PM
#2
Frenzied Member
Well, assuming your storing the names of pages in the database:
something like this would work:
Code:
<A href="<%=rs.fields("url_field")%>"><%=rs.fields("url_desc")%></A>
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
May 4th, 2001, 01:19 PM
#3
Thread Starter
PowerPoster
thanks that's all the suggestion I needed. It is what I came up with after all.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|