Is it possible to add specific behaviour when tab button is pressed?
For example, how to go to the next empty field or to specific field on the form?
I'm already using onkeypress="if (event.keyCode == 13) {//do something}"
for overriding/handling enter button, so I wonder whether it is possible to do something similar with tab button?