You are here: irt.org | About | Feedback | 721 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q788
Sent by
Ian Ornstein on January 11, 2000 at 09:27:02:
Technical:
Not technical enough
Comments:
My search is is to determine the subscript in the forms array.
In one form on my page I have onChange=computeRow(this.form). When the function processes the data from my form I would like to know which form it is
and in document.forms[???] so I could then use the focus() method to position the caret on the next row (form) of the page.
I can see how to do this if the forms have individual name.
The task is to do it without individual form names by use
of the subscript in the forms array. I hope you have a solution.
TIA
- IanO -