I have a text input field with a onChange javascript method.
I want to type text into the field and hit the return key and have my
javascript code executed. As is,
I have to click the mouse somewhere outside the input text field -
workable but cumbersome.
Any ideas?
Thanks,
Joe
I want to type text into the field and hit the return key and have my
javascript code executed. As is,
I have to click the mouse somewhere outside the input text field -
workable but cumbersome.
Any ideas?
Thanks,
Joe
Comment