Hi

I would be grateful if somebody with an in depth experience of coldfusion
and verity can help moe achive my goal here please....

>From the search form below the user has the option of searching all of the
site or just individual collections such as Links, Software Downloads...

<FORM action="search11.cfm" method="post" name="searchform">

<input type="hidden" name="StartRow" value="1">
<input type="hidden" name="MaxRows" value="25">

Search for : <input name="Criteria" size="25" value="">

<select name="search" size="1">
<option value="All">All of the site</option>
<option value="itlinks">Links</option>
<option value="downloads">Software Downloads</option>
<option value="itdocs">Document Knowledgebase</option>
<option value="itarticles">News/Area</option>
</select>
</form>

In the search results page how can the results of the search be shown, as
the user may have chosen to search all the site (collections) if this is the
case then I have the following problem...

Because each link from each collection would be different for example (show
below), how could this functionality be achieved in the results??

<a href="/itdownloads/downloads/#custom1#">#title#</a>
<a href="/itnews/articledetail.cfm?id=#key#">#title#</a>
<a href="#custom1#">#title#</a>





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to