Auto Select Field
Auto Select Field
I am trying to setup on of my fields so that if the user types in an invalid number it will alert them to the invalid entry, clear the value, and put the cursor back into that box for them to type a valid number.
Currently, it gives them the alert and resets the value, but I have not figured out how to move the cursor back up to that box. Any suggestions would be appreciated.
Below is the code I have
alert("This item is already checked out");
input.NISD = "";