I need to set a large number of input boxes to zero. The names of these input boxes are in the array "mins[]".
I am trying to use the following statement but it does not work.
parent.customFullMain.fullM.+ mins[f] +.value = "";
I am sure that the parent.customFullMain.fullM is correct, I just need to get the input name in there. The reset() function is
no good to me as the values are initially non-zero.
Cheers for any help,
Alex.
I am trying to use the following statement but it does not work.
parent.customFullMain.fullM.+ mins[f] +.value = "";
I am sure that the parent.customFullMain.fullM is correct, I just need to get the input name in there. The reset() function is
no good to me as the values are initially non-zero.
Cheers for any help,
Alex.