coldfusion and ajax
Hi, I have a dynamic table that displays products in a database based on user defined inputs to the search form. When the results are returned in a table, there may be thousands depending on what the user typed in. I would really like a dropdown list added to the results page so the user could then narrow the reults even further. I was working through Ben Forta's tutorial here and thought it should work, however I dont know anything about ajax and wouldnt know where to begin to rework this to fit my needs. The tutorial shows you how to create a drowdown list, but with fresh queries populating them. I need them to be populated by the initial query. I hope this makes sense, and would like to know of any tutorials or code that would do this. I can post my cfm code, but it is just a standard query and dynamic table. Thanks for any help!
or if this could be done with strictly using CF, I just dont want to do away with the initial user defined search results.
