Ajax with combobox and table
Posted: Tue Jun 09, 2009 1:38 am
I have created a form which have a combobox. I am populating this Combobox using one API using SOAP, by changing the option from the combobox i am submitting that form to the same page and calling another API using combobox's selected value as parameter. This will return me all the values of combobox from first API and a table from second API. So basically everytime it is calling two API when i change the first combobox value. So is there any way to overcome from this problem by using AJAX or JQuery or something like that. I am using PHP coding in the files. 