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

HREF QUERY RESULT HELP !!

Status
Not open for further replies.

kingjjx

Programmer
Joined
Sep 18, 2001
Messages
181
Location
US
How do i display a query result and make it a clickable link ??
right now .. to call it .. i just do .. #location# .. how do i make it display as a link ???


thank you
-jon
 
if I understand you, how about

<cfoutput query=&quot;yourqueryname&quot;>

<a href=&quot;#yourqueryfield#&quot;>#yourotherqueryfield#</a>

</cfoutput> Kathryn


 
Hey .. thanks a lot .. exactly just what i needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top