View Single Post
  #2 (permalink)  
Old Feb 20th, 2008, 12:16
uday uday is offline
New Member
Join Date: Dec 2007
Location: India
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: coldfusion: dynamic links for every occurance

Hi
you can use ReplaceNoCase(yourContent, matched word,replace by word ) for this.

for example

<cfoutput>
#ReplaceNoCase('QueryName.field', 'Julie Davey' , '<a href="julie.cfm">Julie Davey</a>', 'All')#
</cfoutput>
try it

best of luck

Last edited by uday; Feb 21st, 2008 at 11:25.
Reply With Quote