I use CGI to maintain a simple database at the server, but would like to provide sorting functions at the client side. For example, if the user did a search on the database and obtained a list of items, he/she can sort the result at the client side without sending the request back to the server.
Is there a common solution for this problem?
Should I send back the information as Javascript arrays or
should I display them as HTML Form values?
Any guide line for communication between CGI and javascript?
Thanks, Molly