Question
ajax using checkboxes
i have a ajax form that has 2 dropdowns one for company and
the other is fullname linked to the company... but i have a problem
in that when it pulls their specific member record they can have
several positions in the member category such as president and co
founder... which are listed in a seperate table that has the
(memberid), (categoryid) and (categoryname)... when i make an ajax
input it enters in only one of the several... but i want to have it
loop and grab all of the categories that are linked to that member
as well as display it next to a checkbox so when they check the
box, the javascript i have will delete it from the category... i
hope that made sence... here is my cfc code
