I'm sorry, my question amy not have been clear.
How do I set focus on the field I just changed?
We have the tab order set up and it works.
Our problem is: We do the onBlur or onChange, call a function, and in the function find an error. We have an alert, then set focus. When we
test, the error is found so the call of the function and the function itself works. But, the focus is not on the changed field. It is on the next field in tab order.