Tim, you might want to combine CF and JavaScript for what you want to do.
For example :

<cfquery name=q>
    SELECT Name
    FROM dB
</cfquery>

<cfoutput query=q>
<a href="javascript:ShowName('#Name#');">#name#</a><br>
</cfoutput>

Hope that helps

~JustinMacCarthy

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to