Hi,
I have a CF query that extracts all the information from a db and sprays in into a table.
I'd like a drop down list box that can filter this data based on the value in the box. IE at loading it shows 'All' jobs, but when changed to 'Completed' it just shows Completed jobs. I'd like to use the onChange event to trigger this.
What's the best way of achieving this in Cold Fusion?
Thanks
Neil
I have a CF query that extracts all the information from a db and sprays in into a table.
I'd like a drop down list box that can filter this data based on the value in the box. IE at loading it shows 'All' jobs, but when changed to 'Completed' it just shows Completed jobs. I'd like to use the onChange event to trigger this.
What's the best way of achieving this in Cold Fusion?
Thanks
Neil
Comment