how i going to get the array value of my body tag...???
this is my function code...
*** where the index is index of array, e.g. i pass index value as 0
function Remove(index) {
alert(document. frmPopUp.arrIte m(index).value) ;
document.frmPop Up.arrItem(inde x).value="";
frmPopUp.submit ();
}
inside the body i got
<input type="hidden" name="arrItem(< %=i%>)" value="<%= arrItem(i)%>">
and then ...when i press the buton, it will call the function Remove
but i cant get the value...i geting error on the script.
any one can help ....
thx...
this is my function code...
*** where the index is index of array, e.g. i pass index value as 0
function Remove(index) {
alert(document. frmPopUp.arrIte m(index).value) ;
document.frmPop Up.arrItem(inde x).value="";
frmPopUp.submit ();
}
inside the body i got
<input type="hidden" name="arrItem(< %=i%>)" value="<%= arrItem(i)%>">
and then ...when i press the buton, it will call the function Remove
but i cant get the value...i geting error on the script.
any one can help ....
thx...
Comment