Data manipulation without server side

Posted by monczek on Stack Overflow See other posts from Stack Overflow or by monczek
Published on 2011-01-17T11:48:30Z Indexed on 2011/01/17 11:53 UTC
Read the original article Hit count: 128

Filed under:
|
|

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 :-)

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about html