My ASP program creates a random number of INPUT fields (i do not know the number in advance). The fields have a sequential name, like "F1", "F2", "F3", etc. After SUBMIT every field with a value must be processed.
So my program must check document.form.f1.value up to and including document.form.f??.value. . .
how?
(one alternative is to put a hidden field in the form with the maximum fieldnumber; but is there a more elegant way?) br
Gerard
(-:
So my program must check document.form.f1.value up to and including document.form.f??.value. . .
how?
(one alternative is to put a hidden field in the form with the maximum fieldnumber; but is there a more elegant way?) br
Gerard
(-: