ninerloyal
Programmer
Does anyone know if there is a good way to find out the number of elements in a form?
For example, if I had the following form:
<FORM NAME=TEMP>
<INPUT>
<INPUT>
<INPUT>
<INPUT>
</FORM>
is there a way to set up a variable that would be
var numElements = 4;
for this simple form?
For example, if I had the following form:
<FORM NAME=TEMP>
<INPUT>
<INPUT>
<INPUT>
<INPUT>
</FORM>
is there a way to set up a variable that would be
var numElements = 4;
for this simple form?