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 array. Once I have accessed the element whose index matches the passed in ID, I need to display the contect within the array to the user.
If I am unclear please let me know. I am pretty desparate on this, I have been working on it for more than a day and can not seem to get it to work.
Thanks so much in advance for any help given!!
Dallas
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 array. Once I have accessed the element whose index matches the passed in ID, I need to display the contect within the array to the user.
If I am unclear please let me know. I am pretty desparate on this, I have been working on it for more than a day and can not seem to get it to work.
Thanks so much in advance for any help given!!
Dallas