Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tim Sanders on Dec 10, 2008 14:34
open dhtmlx forum
Use dhtmlxAjax for simple form

I have a simple form in a page. I was wondering if I can use dhtmlxAjax to submit the form (instead of a normal POST) so that instead of navigating to a new page I can just display the response from the server update in the current page. Is there a way to use dhtmlxAjax to submit a form so that it posts all the fields in the form?

Thank you.
Answer posted by Support on Dec 11, 2008 05:25
There is no ready to use functionality for such use-case, dhtmlxAjax can be used to submit post request, but it can't handle form submit on its own.