This is just the advice I was looking for. Thanks Justin!
--------------------
Tim Bahlke, CIFO
thinkcreate.com
p. 336.230.0575
f. 336.230.0083
-----Original Message-----
From: Justin v0.9 MacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 22, 2000 3:12 PM
To: [EMAIL PROTECTED]
Subject: Re: <cfscript>
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.