
This is Venkat from Hyderabad,India.Working as a JavaDeveloper herein.
Could you please read the code n give your valuable suggestions..
Technologies I used are Java, J2ee, jsp,Servlets, Javascript, Ajax.
Some how Iam able to receive the data for labels, dropdowns.
I created one array with the size of label, and statred for loop, inside this I created one more array of type above created array of size of dropdowns.
I was not able to display the dropdowns with corresponding labels...
the last dropdown is overriding the previous one...
below id the code...
var labels=element1.innerHTML;
var dropdowns=element2.innerHTML;
var multiDDs=new array(labels.length); for(var i=0; i
multiDDs[i]=new array(dropdowns.length);
for(var j=0; j multiDDs[i][j]=labels+' if(j } if(i }
return multiDDs;
} Thanks in advance.
';
multiDDs[i][j+1]=dropdowns;
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.