Passing values of multiselect values with dhtmlAJAX

with dhtmlxAJAX, how do I retrieve the selected values of a multiselect listbox in my form and serialize it and pass it to the process.file.php or other processing file to I can process it.

Hi,

how do I retrieve the selected values of a multiselect listbox in my form and serialize it

dhtmlxAjax doesn’t provide API to do that.

pass it to the process.file.php or other processing file to I can process it

You may use get() or post() method of dhtmlxAjax to pass data to the processing script. Please see the sample:

dhtmlxAjax/samples/01_samples_of_usage/01_send_request.html