Groups | Blog | Home
all groups > coldfusion flash integration > june 2005 >

coldfusion flash integration : Insert Links into Flash Form


stargazeuk
6/13/2005 10:01:59 AM
Hi there,

I have a flash form displaying the results of a search ( see
www.mystargaze.net/search.JPG)

What i would like is for the company name to be a hyperlink that takes me to
"viewbusiness.cfm?compName=#customerCompanyName#"

Is this possible?
The ScareCrow
6/13/2005 11:49:53 PM
This will give you a link, but I have not figured out how to give it a mouse
over effect as yet.

<cfoutput>
<cfformitem type="html" bind="{'<a
href=\'viewbusiness.cfm?compName=#customerCompanyName#\'>#customerCompanyName#</
a>'}"></cfformitem>
</cfoutput>

Ken
AddThis Social Bookmark Button