Hi,
I'm trying to find a work-around for a javascript issue i have.
i have a list of text input fields (created using asp) and onblur, i loop through all fields evaluating each one, making sure it contains only numbers, and place focus back on the incorrect field if the evaluation fails (and show an alert box).
the problem is, i evaluate as i leave a field (A) and enter the next (B), and so if the evaluation fails, my function...