Hi,
I'd like to know how I can initiate a javacsript function when pressing the enter key. I'm trying to create a function called handleEnter(event, fn).
I want to use the function on an input field eg: onkeypress="return handleEnter(event, update_field(this));
If anyone can help - I'd be very grateful