Actually i want the array variable one by one and display them in the dropdown list by u" name="description">

This is the scriptlet code:- <% String[] abc={"saab","volvo","bmw","Benz","Porsche","Jaguar"}; %>
Actually i want the array variable one by one and display them in the dropdown list by using the below function
function myFunction() { alert("hi"); var x='<%= abc[0]%>';
alert(abc[0]);
for (i=0;i } }
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
