Hi all, I have a button , <input type="button" name="button">
when I click on it I submit a value from another input text <input type="text" name="btxt">
to a javascript that does some irrelevant action to this question,
Question: Is it possible that I trigger this javascript by pressing return on the keyboard instead of clicking on the button.
Note: These inputs are not inside form tags