Data manipulation without server side
- by monczek
Hi,
I have to create a very simple webpage to show, filter and add data from not-yet-defined source (probably txt/xml/cvs). Records should be visible as a table, filtered using 3 criteria fields. There should be also possibility to add new records.
My first thought was: XHTML + jQuery + csv2table + PicNet Table Filter. It does exactly what I want except adding rows - that is saving changes in source file (probably due to security risk).
My question is - is there any possibility to do it without involving server side like asp.net, jee, php, sql? Source file is located on the server.
Thanks for your ideas :-)