I managed to figure it out. And yes, attributes.param_third_listbox_array is my CF array. Here is the code that I used:
function DisplayMembers(l_selected_member_id)
{
var oForm=document.#attributes.param_form#
var oMembers=oForm.DisplayedFields
var arrMembers = new Array();
<cfloop...
Hello,
I have an 1 dimensional Coldfusion array that I need to access from Javascript.
When a user selects an item out of a list box, a call is placed to a javascript function and the id value of the item selected is pass in.
I need to take that id and access the appropriate element within my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.