Probably another easy one, but again, couldn't find the answer in old
discussions...I have some objects with the same name on my form.
Designer has made them unique by making an array out of
them...object[0], object[1], object[2] etc. How can I reference the
individual objects in javascript? I tried the obvious by referencing
them as an array, but to no avail. I suppose it'd be just as easy, if
not better, to just have unique names, but in this case, the objects are
related and having them in an...