Hi:
I have several text elements in a form.
Some of they are filled by the user, and then some are automatically filled
based on the user input.
Therefore I do not want the user to be able to write on the autofilled text
elements.
I have come to the idea of give those elements the event
onFocus=functio ntoMovetoNextEl ement()
Then my question is how can I do that using the elements[] array?
How can I know the position of the current element in the elements[] array
(that would solve it)?
Thanks,
miguel
I have several text elements in a form.
Some of they are filled by the user, and then some are automatically filled
based on the user input.
Therefore I do not want the user to be able to write on the autofilled text
elements.
I have come to the idea of give those elements the event
onFocus=functio ntoMovetoNextEl ement()
Then my question is how can I do that using the elements[] array?
How can I know the position of the current element in the elements[] array
(that would solve it)?
Thanks,
miguel
Comment