|
|
Q471 How can I simulate the tab key when the enter key is pressed?
irt.org | Knowledge Base | JavaScript | Form 2 | Q471 [ previous next ] Q471 How can I simulate the tab key when the enter key is pressed?If the data has been changed, then when the enter key is pressed the form fields onChange event handler is tripped. You can use this to set the focus on another form field:
If the value of the form fields haven't changed then you can still capture the enter key using the onBlur event handler:
Feedback on 'Q471 How can I simulate the tab key when the enter key is pressed?' |
-- div -->
|