Hello,

I need to make an array of elements accross forms.
My javascript skills, as evident from this question,
are rather rudimentary.

I tried to make an associative array and index it
with the object references. However, I just realized
that indices may only be referenced by strings.

Maybe someone can suggest a better way to identify
individual page elements, or convert object reference
to some unique string?

One way I thought of accomplishing this would be to
concatenate a form name + element name + element id
and reference with that. This last way somehow seems
clumsy, but maybe this is the only way? Any suggestions?

thanks!