I have a list box and am validating each item in it. Is there a way of staying on an item (ie giving it focus again)? At the moment when the user tabs to the next row, even if there is an error the cursor has moved to that next row (there is only 1 input field per row but does have some other text next to it). I'm currently using the blur event but was using on changed. Any ideas - your help would be appreciated as sometimes me and javascript don't exactly see eye to eye.
Thanks