Var ListTextBox; ListTextBox = document.getElementsByTagName("input"); var AryList = new Array(); for(int i = 0; i < ListTextBox.Lenth; i++ ) { if(ListTextBox(i).type == "text") { AryList(i) = ListTextBox(i).id } }
Ajayajaypatelfromsanthal.blogspot.in
Login to post response