The way I've done it is to show a graphic next to the link which defines
which collection it is from.... but first you need to define your custom1 or
custom2 during the cfindex process.
Example...
<cfindex action="Refresh"
collection="daily"
key="id"
type="CUSTOM"
title="title"
query="daily"
body="body"
custom1="DD">
<cfsearch collection="daily, etc..., etc..." name="results" type="SIMPLE"
criteria="#form.searchVARIABLE#" language="English">
<cfoutput query="results">
<cfif custom1 is "DD">
...(show percentage, image, summary)
<cfelseif custom1 is "COMP">
...(show percentage, image, summary)
<cfelse>
....(show percentage, image, summary)
</cfif>
</cfoutput>
Hope this helps,
David J. Berger
Web Developer
Cornell Technical Services
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
------------------------------------------------------------------------------
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.