I’m looking for the search script the car sites use, where you can choose from several options like car make, model, year etc. Is it customizable to work with other industries?
It is normally done as a small ajax script - google cascading dropdown menu - but you then need a back end that contains all the data. As it is hierarcle data XML is often the prefered choice for the back end.