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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating hyperlinks in ASP

Status
Not open for further replies.

Floodster

Technical User
Jan 28, 2005
204
0
0
I need to be able to set up a search that will display the results & create hyperlinks to the results so that it will re-direct them to the correct page. I have tried creating a hyperlink in the access table but when I display the results using ASP it displays just static text.

Can somebody give me the workaround please.
Thanks.
 
change the code to do what you want it to do.

or, provide more information, like the code you're generating, so people can provide actual help, rather than just guessing what you're doing.

*cLFlaVA
----------------------------
[tt]I already made like infinity of those at scout camp...[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
[banghead]
 
i have posted the complete code in the below thread...

thread333-1115720

It clear and easy to use...hope that helps...

-DNG
 
Yeah you need code that will create an HTML anchor tag. The URL in the anchor tag will probably contain a QueryString value that uniquely identifies the thing you wish you display.

So the the output of your code is something like:
[tt]<a href= for 12345</a>[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top