I have a page that dynamically displays the results from a database following a form query from a user on a previous page. However, I need the results table to be sorted by the user by simply clicking the column headings. This needs to be done on the client side by, I hope, vbscript.
I could construct some way of doing it if I knew of a quick way to sort an array. JavaScript has a sort function for arrays, but vbscript doesn’t.
Any ideas on sorting a table by headings on the client side using vbscript???
I could construct some way of doing it if I knew of a quick way to sort an array. JavaScript has a sort function for arrays, but vbscript doesn’t.
Any ideas on sorting a table by headings on the client side using vbscript???