I have a coldfusion .cfm page for creating a new request where a select dropdown is placed which populates a list of users from the database,
While creating a new request, the current user will check the select user drop down for user names, if the specific user is not present, he will click to add a new user hyper link next to it and open a pop up window where he will add the new user, Please help me after adding I need to close the pop up window and I want to see the newly added user in the select dropdown without refreshing the entire request page. Is there any option in coldfusion/Javascript to reload only the select dropdown user menu?
While creating a new request, the current user will check the select user drop down for user names, if the specific user is not present, he will click to add a new user hyper link next to it and open a pop up window where he will add the new user, Please help me after adding I need to close the pop up window and I want to see the newly added user in the select dropdown without refreshing the entire request page. Is there any option in coldfusion/Javascript to reload only the select dropdown user menu?