Answered
acivate script
Is it possible for script to activate while entering value?
Is it possible for script to activate while entering value?
Try this:
if(AFMergeChange(event).length == 6) this.getField("text1").setFocus();
The code will most likely disappear when you enter it, but it should still work.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.