I\'m looking to create a form where pressing the enter key causes focus to go to the \"next\" form element on the page. The solution I keep finding on the web is...
Easiest way to solve this problem with the focus function of JavaScript as follows:
You can copy and try it @ home!