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 -----Original Message----- From: Teed Younger [mailto:[email protected]] Sent: Thursday, September 02, 2010 3:38 PM To: cf-newbie Subject: Re: Ajax and CFC's 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. >Hmmm... what about putting the initial search results >in a temp db table and then search the temp table >with the second query? > >Or is your question more about ajax? > >Rick > >I know this has been asked and gone over before here: >http://www.houseoffusion.com/groups/cf-newbie/thread.cfm/threadid:1187 > >But, althought I went through the tutorials listed in this thread, it doesnt >actually cover what I want to do. I already have a CF search page that >returns results based on user defined inputs in a standard form. Once the >results are returned however, I want the user to be able to refine the >results based on the queried results already displayed in a dynamic table. >In other words, when a user types in "Eiko" in my form, and the results are >returned, say there are 1000 results for the term "Eiko" then another drop >down list would be available to refine those 1000 results by other criteria >related to "Eiko" > >Hope that makes sense. If anyone knows of other tutorials related to this >idea, please let me know. Or if I could rework Ben Forta's tutorial listed >here: >http://www.adobe.com/devnet/coldfusion/articles/cf_pwrd_ajax_pt1.html > >that would be good too. I just dont know how to rework it though. Thanks in >advance for any help! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:5084 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
