Framework for interaction between web-page and server-side script

Posted by Carrier on Pro Webmasters See other posts from Pro Webmasters or by Carrier
Published on 2012-07-07T19:52:08Z Indexed on 2012/07/07 21:23 UTC
Read the original article Hit count: 174

Filed under:
|

I want to make a web-page that will have several controls elements, among which there are elements like check-boxes, radio-buttons, "range selectors" (one can specify the min and max value, like it is done when you select range for prices in the online markets). The new values shall be sent to the "server-side", once changed (without any Submit buttons etc), and the "server-side" can return something (one or more numbers, etc).

Does anyone know a good ajax-like framework that allows (with minimal adaptation / changes) to make such solution in an easy way? It will be good if the server-side of existing solution will be in Perl (not a big deal, but I know it much better than PHP or something else). Set of controls might change and depend on other parameter, so adding one extra element should not cause rewriting the whole thing.

P.S.: I haven't working in this area for quite a while, so not aware of existing solutions in this area, and don't want to invent the wheel and write everything from scratch for something that already exist (at least, I hope so).

Thanks in advance!

© Pro Webmasters or respective owner

Related posts about web-development

Related posts about AJAX