> Could some one point me in right direction or tell me if it > is possible? > > I have a bamboo FAQ that the results are pulled from a data > source. What > I would like to do is scan the answer field for word matches of a > definitions table, then to make that word a active link that would > return the definition of the word from the definitions table. > any thoughts or comments- or directions?
There's one "simple" way to handle this... Loop through the definitions and then use ReplaceNoCase on the output to update it with hyperlinks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

