dhtmlxajax

I have a simple html form. I have a button on this form. On submit of this button i want a list to be displayed. This i am able to do using the post method of the form where on submit the control is transferred to the controller and a list is displayed. Is the same thing possible using dhtmlajax because in the case of submitting the form using the post method the page is reloaded once again which i dont want to be done. If possible please provide a example using javascript and not using php


It is possible to use post method to send data to server. The sample is dhtmlx.com/docs/products/dht … quest.html


The same sample can be found the Ajax package