0
How to display javascript array values in coldfusion
New Here
,
/t5/coldfusion-discussions/how-to-display-javascript-array-values-in-coldfusion/td-p/339719
May 30, 2008
May 30, 2008
Copy link to clipboard
Copied
Hi all,
I am new to coldfusion.
I have a page which has multi select dropdown .After selecting click on ok button calls javascript and selected values of dropdown are populated in other multipick dropdown.
My question all the selected dropdown options I am storing in javascript array.
How can display those in coldfusion page.
Please resolve this .
Thanks in advance
I am new to coldfusion.
I have a page which has multi select dropdown .After selecting click on ok button calls javascript and selected values of dropdown are populated in other multipick dropdown.
My question all the selected dropdown options I am storing in javascript array.
How can display those in coldfusion page.
Please resolve this .
Thanks in advance
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/how-to-display-javascript-array-values-in-coldfusion/m-p/339720#M30642
May 30, 2008
May 30, 2008
Copy link to clipboard
Copied
Don't worry about it. When you submit your form, you have
form fields to work with.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Beginner
,
/t5/coldfusion-discussions/how-to-display-javascript-array-values-in-coldfusion/m-p/339721#M30643
Aug 03, 2016
Aug 03, 2016
Copy link to clipboard
Copied
I am facing same problem. I am aware about the solution that we can work with form fields.can you please explain in little detail.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/coldfusion-discussions/how-to-display-javascript-array-values-in-coldfusion/m-p/339722#M30644
Aug 04, 2016
Aug 04, 2016
Copy link to clipboard
Copied
Hi, hemantp1905092,
You resurrected an 8 year old thread.
As Dan Bracuk has answered, the selected values will be sent as part of the form scope. If you want to display the entire array of each selection (which doesn't make sense, but okay), you can use AJaX to send the arrays to a .cfm page for display.
HTH,
^_^
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

