Hi, i am sending an ajax call from my cfm page. the ajax call returns an array of values. I need not populate these values accordingly on my html form. In my form i have a drop down list with some values. I need to keep that value selected on the drop down list which was returned by the ajax call? thks
Set the IDs of the drop down options like their values and when your ajax call returns the values, set selected="selected" all options of drop down which IDs = returned array values.