in reply to Ajax Table

No, you will need some client side code in order for this to work. I suggest a server side Perl script using CGI and HTML::Template and the JavaScript library jQuery for any JavaScript AJAX code.

Update: If you are unfamiliar with CGI and HTML::Template check out using CGI, DBI and HTML::Template (a mini tutorial with example code) from the tutorials section of this site.

Hope this helps

Martin