Thanks for the previous help. I must say every post has worked perfectly so far. I am trying to combine setting a random record and then replacing occurences of ' with nothing.
then
I have tried several combinations of what to replace. Am I even close here?
Thanks again.
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
Code:
<cfset recRand=RandRange(0, how_many.recordcount)>
<cfset tempName=Replace(recRand,"'","")>
Code:
<a href="[URL unfurl="true"]http://www.mydomain.com/detail.cfm?id=#how_many.id[/URL][recRand]#" onMouseover="window.status=('#how_many.name[tempName]#'); return true">#how_many.name[recRand]#</a>
Thanks again.
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic