Hello,
In my code, I get the input value for a text box from a scanner. Scanner's output is some 6 numbers. Right now, the user needs to press enter key to submit the form so that the related processing can take place. I want to eliminate the user's need to press enter key. So, as soon as the 6th number is read from the scanner, the form should be submitted to the next page for processing.
I am thinking og adding vbcrlf right after it reads the 6th digit but how can I understand the last digit is read? Or I will appreciate it if you have another idea.
Thanks.
In my code, I get the input value for a text box from a scanner. Scanner's output is some 6 numbers. Right now, the user needs to press enter key to submit the form so that the related processing can take place. I want to eliminate the user's need to press enter key. So, as soon as the 6th number is read from the scanner, the form should be submitted to the next page for processing.
I am thinking og adding vbcrlf right after it reads the 6th digit but how can I understand the last digit is read? Or I will appreciate it if you have another idea.
Thanks.