When you return the results of the search, also return the results
that will populate your dropdown. If the select for the dropdown is
contained in the fields of the table you are returning you could build
it using a distinct select with query of queries.

Then use a simply ajax call on the select event of the dropdrown to
refresh your search result.  It's not a simple process, but it's not
extremely complete either.

You could also do this without ajax with a simple form submit if you
don't care about the page refreshing.


On Thu, Sep 2, 2010 at 1:01 PM, Teed Younger <[email protected]> wrote:
>
> I specifically want the drop down list which is populated by the 
> dynamicsearch results table to be on the results.cfm page on 
> www.michael-sexton.com/rlb/results.cfm
>
> SOrry misread..lol I cant find the site that had that feature on it! I have 
> looked for the last 45 mins. I found it yesterday but neglected to save it. 
> Maybe I will stumble across it sometime again. It was a light bulb page, but 
> dont know which one.
>
>>What was the site that had the feature
>>you want to develop?
>>
>>I don't know of any tutorials about this,
>>but it shouldn't be difficult to do.
>>
>>I do my javascript and ajax work with jQuery.
>>
>>Rick
>>
>>Hey Rick, thanks for the reply. That sounds like a solution, but I know
>>nothing at all about Ajax or javascript. I was hoping for a tutorial for
>>this. I saw a search feature on a website and it looked exactly like what I
>>needed. I cant find that site now! lol Anyway, When someone performs a
>>search on my site, which is still in development, they have a table with the
>>results in it. I want those results to then populate the dropdown lists so
>>the user can then narrow the results down even further. Like I said I dont
>>know how to save the user defined results in the table in order to populate
>>the dropdown lists. If there is a tutorial for this specific I would love to
>>find it.
>>
>>doesnt
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5088
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to