Description of Sorting HTML Tables Using Javascript :
Sorting HTML Tables Using JavaScript is a tool in JavaScript that can be used to convert data in ordinary HTML data tables to tables that are sortable. It associates and onclick event to each data row. All you have to do to implement this is just include this javascript source and then call initTable function with table ID. You can add them to the HTML table tag (i.e. ID="table0"), if the tables do not have IDs. The script works fine with IE5+ and NS6+.