Associate
- Joined
- 24 Feb 2011
- Posts
- 41
As part of a project I'm working on for a client, I've been asked if it's possible to have an HTML form automatically submitted whenever an input has been entered into a text field.
I've already put the code in place to automatically move onto a new field whenever a code of a certain length (always going to be 8 characters long) has been submitted. This is done using Javascript & the "on key up - autotab" function.
Once the 2nd text box has been filled (again, always going to be 8 characters long) I need to find a way of submitting this form automatically.
Can anyone point me in the right direction please?
Thanks in advance
I've already put the code in place to automatically move onto a new field whenever a code of a certain length (always going to be 8 characters long) has been submitted. This is done using Javascript & the "on key up - autotab" function.
Once the 2nd text box has been filled (again, always going to be 8 characters long) I need to find a way of submitting this form automatically.
Can anyone point me in the right direction please?
Thanks in advance