onKeypress Enter Key event on textfield not working in Chrome
- by rlcrews
I have a question along the same vein as the one asked here regarding how the enter key is handled in chrome.
The effect I am trying to accomplish is to allow the enter key to call a click event of one a button while focus in within the current field. To accomplish this I am using the following code:
javascript:
<script…