Rank: Member Groups: Member
Joined: 9/29/2019 Posts: 13
|
Hi,
I am trying to do some automatic with a select element which is dynamically generated. I will need to get all the options into a string array. I got it into JSObject using getElementById. How do I go about looping/retrieving the options into a string array ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
You will need to use JavaScript code to get what you need, then use EvalScript to run the JavaScript and return the result to you.
Thanks!
|