Categories | Question details Back To List | ||
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 Answer posted by Alex (support) on Oct 12, 2009 08:38 It is possible to use post method to send data to server. The sample is http://www.dhtmlx.com/docs/products/dhtmlxAjax/samples/01_samples_of_usage/01_send_request.html The same sample can be found the Ajax package |