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?
I am trying to create a program that allows customers of a lighting store to go online to make lighting selections. The parameters I have to work with, however, make this project very difficult:
1. Most customers build with a contractor - who only wants them to select from a certain set of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.