Sorry i am very new to ColdFusion and English is not my first language, please forgive me if have any mistake. I am looking for some technique like search form or form filter. This is a reference. http://www.hotelscombined.com/City/Barcelona.htm#languageCode=EN¤cyCode=MYR&fileName=Barcelona&fileNameType=0&pageSize=25&pageIndex=0&sort=Popularity-desc&showSoldOut=true&locationId=-201&highRate=293&lowRate=50&star1=false&star3=false&star4=false&star5=false&facilities=18&view=hc_sr_summary&scroll=480&open=1,3,2,6&mapstate=contracted My question is here, how to use coldfusion to create this kind of searching form with ajax? Please give me some idea or tips , i will appreciate with you assist ! I have just get some idea on ajax search form with text. <form> Search: <input type="text" name="search"> <input type="button" value="Search"> </form> <cfdiv bind="url:movieresults.cfm?search={search}"> </cfdiv> Code (markup): It is depend on the url. How about other like checkbox , select?